Class EntryFactory

    • Constructor Detail

      • EntryFactory

        public EntryFactory()
    • Method Detail

      • createEntry

        public static Entry createEntry​(org.apache.axiom.om.OMElement elem,
                                        Properties properties)
      • getObjectFromOMNode

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