XMLToObjectMapper (Apache Synapse 3.0.1 API) JavaScript is disabled on your browser. Skip navigation links Overview Package Class Use Tree Deprecated Index Help Prev Class Next Class Frames No Frames All Classes Summary:  Nested |  Field |  Constr |  Method Detail:  Field |  Constr |  Method org.apache.synapse.config Interface XMLToObjectMapper All Known Implementing Classes: AddressEndpointFactory, ClassEndpointFactory, ConfigurationFactoryAndSerializerFinder, DefaultEndpointFactory, DynamicLoadbalanceEndpointFactory, EndpointFactory, EntryFactory, FailoverEndpointFactory, IndirectEndpointFactory, LoadbalanceEndpointFactory, MediatorFactoryFinder, RecipientListEndpointFactory, ResolvingEndpointFactory, SALoadbalanceEndpointFactory, ServiceDynamicLoadbalanceEndpointFactory, StartupFinder, TemplateEndpointFactory, WSDLEndpointFactory, XMLToEndpointMapper, XMLToTemplateMapper public interface XMLToObjectMapper Defines the interface which should be implemented by a mapper that could convert a XML resource into a known Object such as WSDL, XSD, etc.. Method Summary All Methods Instance Methods Abstract Methods  Modifier and Type Method and Description Object getObjectFromOMNode(org.apache.axiom.om.OMNode om, Properties properties) Create an application object from the given OMNode 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 Skip navigation links Overview Package Class Use Tree Deprecated Index Help Prev Class Next Class Frames No Frames All Classes Summary:  Nested |  Field |  Constr |  Method Detail:  Field |  Constr |  Method Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.