Package | Description |
---|---|
org.apache.synapse.config | |
org.apache.synapse.config.xml |
Factories and serializers for XML based configuration.
|
org.apache.synapse.config.xml.endpoints |
Modifier and Type | Method and 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;
|
Modifier and Type | Method and Description |
---|---|
void |
Entry.setMapper(XMLToObjectMapper mapper)
Set the mapper
|
Modifier and Type | Class and 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%20Provider
It deals with both the problem of turning an XML into a Synapse config and vice-versa
|
class |
EntryFactory
Factory for
Entry 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%20Provider
|
class |
StartupFinder |
class |
XMLToTemplateMapper |
Modifier and Type | Class and Description |
---|---|
class |
AddressEndpointFactory
Creates
AddressEndpoint using a XML configuration. |
class |
ClassEndpointFactory
This EndpointFactory will be used as an extension point for defining Endpoints externally.
|
class |
DefaultEndpointFactory
Creates
DefaultEndpoint using a XML configuration. |
class |
DynamicLoadbalanceEndpointFactory
Creates
DynamicLoadbalanceEndpoint using an XML configuration. |
class |
EndpointFactory
All endpoint factories should extend from this abstract class.
|
class |
FailoverEndpointFactory
Creates
FailoverEndpoint using a XML configuration. |
class |
IndirectEndpointFactory
Creates an
IndirectEndpoint using a XML configuration. |
class |
LoadbalanceEndpointFactory
Creates
LoadbalanceEndpoint using an XML configuration. |
class |
RecipientListEndpointFactory
Creates
RecipientListEndpoint using an XML configuration. |
class |
ResolvingEndpointFactory |
class |
SALoadbalanceEndpointFactory
Creates
SALoadbalanceEndpoint from an XML configuration. |
class |
ServiceDynamicLoadbalanceEndpointFactory
Creates
DynamicLoadbalanceEndpoint using an XML configuration. |
class |
TemplateEndpointFactory |
class |
WSDLEndpointFactory
Creates an
WSDLEndpoint based endpoint from a XML configuration. |
class |
XMLToEndpointMapper
This is a generic XMLToObjectMapper implementation for all endpoint types.
|
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.