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 class
EndpointDefinitionFactory
Methods in org.apache.synapse.config.xml.endpoints that return DefinitionFactory Modifier and Type Method Description DefinitionFactory
EndpointFactory. 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 Endpoint
EndpointFactory. 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 properEndpointFactory
and create the endpoint which is of the formatEndpoint
.However definition for this endpoint will be built using a custom Endpoint Defn factory.void
EndpointFactory. setEndpointDefinitionFactory(DefinitionFactory factory)
provide a custom Endpoint definition factory
-