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 XMLToObjectMapperEntry. getMapper()static XMLToObjectMapperSynapseConfigUtils. 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 voidEntry. 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 classConfigurationFactoryAndSerializerFinderThis class is based on J2SE Service Provider model http://java.sun.com/j2se/1.3/docs/guide/jar/jar.html#Service%20ProviderclassEntryFactoryFactory forEntryinstances.classMediatorFactoryFinderThis class is based on J2SE Service Provider model http://java.sun.com/j2se/1.3/docs/guide/jar/jar.html#Service%20ProviderclassStartupFinderclassXMLToTemplateMapper -
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 classAddressEndpointFactoryCreatesAddressEndpointusing a XML configuration.classClassEndpointFactoryThis EndpointFactory will be used as an extension point for defining Endpoints externally.classDefaultEndpointFactoryCreatesDefaultEndpointusing a XML configuration.classDynamicLoadbalanceEndpointFactoryCreatesDynamicLoadbalanceEndpointusing an XML configuration.classEndpointFactoryAll endpoint factories should extend from this abstract class.classFailoverEndpointFactoryCreatesFailoverEndpointusing a XML configuration.classHTTPEndpointFactoryclassIndirectEndpointFactoryCreates anIndirectEndpointusing a XML configuration.classLoadbalanceEndpointFactoryCreatesLoadbalanceEndpointusing an XML configuration.classRecipientListEndpointFactoryclassResolvingEndpointFactoryclassSALoadbalanceEndpointFactoryCreatesSALoadbalanceEndpointfrom an XML configuration.classServiceDynamicLoadbalanceEndpointFactoryCreatesDynamicLoadbalanceEndpointusing an XML configuration.classTemplateEndpointFactoryclassWSDLEndpointFactoryCreates anWSDLEndpointbased endpoint from a XML configuration.classXMLToEndpointMapperThis is a generic XMLToObjectMapper implementation for all endpoint types.
-