Uses of Interface
org.apache.synapse.config.XMLToObjectMapper
-
Packages that use XMLToObjectMapper Package Description org.apache.synapse.config org.apache.synapse.config.xml Factories and serializers for XML based configuration.org.apache.synapse.config.xml.endpoints -
-
Uses of XMLToObjectMapper in org.apache.synapse.config
Methods in org.apache.synapse.config that return XMLToObjectMapper Modifier and Type Method Description XMLToObjectMapper
Entry. getMapper()
static XMLToObjectMapper
SynapseConfigUtils. getXmlToObjectMapper(String contentType)
Return a suitable XMLToObjectMapper for the given content type if one is available, else return null;Methods in org.apache.synapse.config with parameters of type XMLToObjectMapper Modifier and Type Method Description void
Entry. setMapper(XMLToObjectMapper mapper)
Set the mapper -
Uses of XMLToObjectMapper in org.apache.synapse.config.xml
Classes in org.apache.synapse.config.xml that implement XMLToObjectMapper Modifier and Type Class Description class
ConfigurationFactoryAndSerializerFinder
This class is based on J2SE Service Provider model http://java.sun.com/j2se/1.3/docs/guide/jar/jar.html#Service%20Providerclass
EntryFactory
Factory forEntry
instances.class
MediatorFactoryFinder
This class is based on J2SE Service Provider model http://java.sun.com/j2se/1.3/docs/guide/jar/jar.html#Service%20Providerclass
StartupFinder
class
XMLToTemplateMapper
-
Uses of XMLToObjectMapper in org.apache.synapse.config.xml.endpoints
Classes in org.apache.synapse.config.xml.endpoints that implement XMLToObjectMapper Modifier and Type Class Description class
AddressEndpointFactory
CreatesAddressEndpoint
using a XML configuration.class
ClassEndpointFactory
This EndpointFactory will be used as an extension point for defining Endpoints externally.class
DefaultEndpointFactory
CreatesDefaultEndpoint
using a XML configuration.class
DynamicLoadbalanceEndpointFactory
CreatesDynamicLoadbalanceEndpoint
using an XML configuration.class
EndpointFactory
All endpoint factories should extend from this abstract class.class
FailoverEndpointFactory
CreatesFailoverEndpoint
using a XML configuration.class
HTTPEndpointFactory
class
IndirectEndpointFactory
Creates anIndirectEndpoint
using a XML configuration.class
LoadbalanceEndpointFactory
CreatesLoadbalanceEndpoint
using an XML configuration.class
RecipientListEndpointFactory
class
ResolvingEndpointFactory
class
SALoadbalanceEndpointFactory
CreatesSALoadbalanceEndpoint
from an XML configuration.class
ServiceDynamicLoadbalanceEndpointFactory
CreatesDynamicLoadbalanceEndpoint
using an XML configuration.class
TemplateEndpointFactory
class
WSDLEndpointFactory
Creates anWSDLEndpoint
based endpoint from a XML configuration.class
XMLToEndpointMapper
This is a generic XMLToObjectMapper implementation for all endpoint types.
-