Package | Description |
---|---|
org.apache.synapse.config.xml.endpoints |
Modifier and Type | Class and Description |
---|---|
class |
EndpointDefinitionFactory |
Modifier and Type | Method and Description |
---|---|
DefinitionFactory |
EndpointFactory.getEndpointDefinitionFactory()
return current factory for building this endpoint definition
|
Modifier and Type | Method and 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 proper
EndpointFactory and create the endpoint which is of the format Endpoint .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
|
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.