Interface XMLToObjectMapper

    • Method Detail

      • getObjectFromOMNode

        Object getObjectFromOMNode​(org.apache.axiom.om.OMNode om,
                                   Properties properties)
        Create an application object from the given OMNode
        Parameters:
        om - the XML
        properties - bag of properties to pass in any information to the factory
        Returns:
        a suitable application object