Uses of Interface
org.apache.synapse.config.xml.endpoints.DefinitionFactory
-
Packages that use DefinitionFactory Package Description org.apache.synapse.config.xml.endpoints -
-
Uses of DefinitionFactory in org.apache.synapse.config.xml.endpoints
Classes in org.apache.synapse.config.xml.endpoints that implement DefinitionFactory Modifier and Type Class Description classEndpointDefinitionFactoryMethods in org.apache.synapse.config.xml.endpoints that return DefinitionFactory Modifier and Type Method Description DefinitionFactoryEndpointFactory. getEndpointDefinitionFactory()return current factory for building this endpoint definitionMethods in org.apache.synapse.config.xml.endpoints with parameters of type DefinitionFactory Modifier and Type Method Description static EndpointEndpointFactory. getEndpointFromElement(org.apache.axiom.om.OMElement elem, DefinitionFactory factory, boolean isAnonymous, Properties properties)Core method which is exposed for the external use, and this will find the properEndpointFactoryand create the endpoint which is of the formatEndpoint.However definition for this endpoint will be built using a custom Endpoint Defn factory.voidEndpointFactory. setEndpointDefinitionFactory(DefinitionFactory factory)provide a custom Endpoint definition factory
-