Class ServiceDynamicLoadbalanceEndpointFactory
- java.lang.Object
-
- org.apache.synapse.config.xml.endpoints.EndpointFactory
-
- org.apache.synapse.config.xml.endpoints.ServiceDynamicLoadbalanceEndpointFactory
-
- All Implemented Interfaces:
XMLToObjectMapper
public class ServiceDynamicLoadbalanceEndpointFactory extends EndpointFactory
CreatesDynamicLoadbalanceEndpoint
using an XML configuration.as.cloud.wso2.com as.stratoslive.com wso2as.domain esb.cloud.wso2.com esb.stratoslive.com wso2esb.domain governance.cloud.wso2.com governance.stratoslive.com wso2governance.domain gs.cloud.wso2.com gs.stratoslive.com wso2gs.domain
-
-
Field Summary
Fields Modifier and Type Field Description static QName
LB_CONFIG_QNAME
static QName
SERVICES_QNAME
-
Fields inherited from class org.apache.synapse.config.xml.endpoints.EndpointFactory
ON_FAULT_Q
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Endpoint
createEndpoint(org.apache.axiom.om.OMElement epConfig, boolean anonymousEndpoint, Properties properties)
Creates the Endpoint implementation for the given XML endpoint configuration.static ServiceDynamicLoadbalanceEndpointFactory
getInstance()
-
Methods inherited from class org.apache.synapse.config.xml.endpoints.EndpointFactory
extractSpecificEndpointProperties, getEndpointDefinitionFactory, getEndpointFromElement, getEndpointFromElement, getEndpoints, getObjectFromOMNode, handleException, handleException, processProperties, setEndpointDefinitionFactory
-
-
-
-
Method Detail
-
getInstance
public static ServiceDynamicLoadbalanceEndpointFactory getInstance()
-
createEndpoint
protected Endpoint createEndpoint(org.apache.axiom.om.OMElement epConfig, boolean anonymousEndpoint, Properties properties)
Description copied from class:EndpointFactory
Creates the Endpoint implementation for the given XML endpoint configuration. If the endpoint configuration is an inline one, it should be an anonymous endpoint. If it is defined as an immediate child element of the definitions tag it should have a name, which is used as the key in local registry.- Specified by:
createEndpoint
in classEndpointFactory
- Parameters:
epConfig
- OMElement containing the endpoint configuration.anonymousEndpoint
- false if the endpoint has a name. true otherwise.properties
- bag of properties to pass in any information to the factory- Returns:
- Endpoint implementation for the given configuration.
-
-