Home
»
synapse-1.2-src
» org.apache »
synapse
»
config
»
xml
»
endpoints
»
org.apache.synapse.config.xml.endpoints
Sub Packages:
org.apache.synapse.config.xml.endpoints.utils
Abstract Classes:
EndpointFactory
All endpoint factories should implement this interface.
code
|
html
EndpointSerializer
All endpoint serializers should implement this interface.
code
|
html
Classes:
AddressEndpointFactory
Creates
AddressEndpoint
using a XML configuration.
code
|
html
AddressEndpointSerializer
Serializes
AddressEndpoint
to XML.
code
|
html
DefaultEndpointFactory
Creates
DefaultEndpoint
using a XML configuration.
code
|
html
DefaultEndpointSerializer
Serializes
DefaultEndpoint
to XML.
code
|
html
FailoverEndpointFactory
Creates
FailoverEndpoint
using a XML configuration.
code
|
html
FailoverEndpointSerializer
Serializes
FailoverEndpoint
to XML configuration.
code
|
html
IndirectEndpointFactory
Creates an IndirectEndpoint using a XML configuration.
code
|
html
IndirectEndpointSerializer
Serializes an
IndirectEndpoint
to an XML configuration.
code
|
html
LoadbalanceEndpointFactory
Creates
LoadbalanceEndpoint
using an XML configuration.
code
|
html
LoadbalanceEndpointSerializer
Serializes
LoadbalanceEndpoint
to an XML configuration.
code
|
html
SALoadbalanceEndpointFactory
Creates
SALoadbalanceEndpoint
from a XML configuration.
code
|
html
SALoadbalanceEndpointSerializer
code
|
html
WSDLEndpointFactory
Creates an
WSDLEndpoint
based endpoint from a XML configuration.
code
|
html
WSDLEndpointSerializer
Serializes an WSDL based endpoint to an XML configuration.
code
|
html
XMLToEndpointMapper
This is a generic XMLToObjectMapper implementation for all endpoint types.
code
|
html