org.apache.synapse.config
Interface XMLToObjectMapper

All Known Implementing Classes:
AddressEndpointFactory, ConfigurationFactoryAndSerializerFinder, DefaultEndpointFactory, DynamicLoadbalanceEndpointFactory, EndpointFactory, EntryFactory, FailoverEndpointFactory, IndirectEndpointFactory, LoadbalanceEndpointFactory, MediatorFactoryFinder, SALoadbalanceEndpointFactory, WSDLEndpointFactory, XMLToEndpointMapper

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
 Object getObjectFromOMNode(OMNode om)
          Create an application object from the given OMNode
 

Method Detail

getObjectFromOMNode

Object getObjectFromOMNode(OMNode om)
Create an application object from the given OMNode

Parameters:
om - the XML
Returns:
a suitable application object


Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.