Package org.apache.synapse.config
Interface XMLToObjectMapper
-
- All Known Implementing Classes:
AddressEndpointFactory
,ClassEndpointFactory
,ConfigurationFactoryAndSerializerFinder
,DefaultEndpointFactory
,DynamicLoadbalanceEndpointFactory
,EndpointFactory
,EntryFactory
,FailoverEndpointFactory
,HTTPEndpointFactory
,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 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 XMLproperties
- bag of properties to pass in any information to the factory- Returns:
- a suitable application object
-
-