Class FailoverEndpoint
java.lang.Object
org.wso2.carbon.endpoint.ui.endpoints.Endpoint
org.wso2.carbon.endpoint.ui.endpoints.ListEndpoint
org.wso2.carbon.endpoint.ui.endpoints.failover.FailoverEndpoint
- All Implemented Interfaces:
IEndpoint
-
Field Summary
Fields inherited from class org.wso2.carbon.endpoint.ui.endpoints.ListEndpoint
endpoints -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbuild(org.apache.axiom.om.OMElement elem, boolean isAnonymous) Populate this endpoint from the Synapse endpoint configuration.voidbuild(org.apache.synapse.endpoints.Template template, org.apache.synapse.config.xml.endpoints.DefinitionFactory factory) Populate this endpoint from the Synapse endpoint template configuration.getName()Get the tag name of the endpointbooleanbooleanorg.apache.axiom.om.OMElementserialize(org.apache.axiom.om.OMElement parent) Serialize this endpoint in to the corresponding Synapse endpoint configuration.voidsetBuildMessage(boolean buildMessage) voidvoidsetProperties(String properties) Methods inherited from class org.wso2.carbon.endpoint.ui.endpoints.ListEndpoint
addChild, addChildren, getChild, getList, removeChild, removeChild, serializeChildrenMethods inherited from class org.wso2.carbon.endpoint.ui.endpoints.Endpoint
getEmptyEndpointElement
-
Constructor Details
-
FailoverEndpoint
public FailoverEndpoint()
-
-
Method Details
-
getTagLocalName
Description copied from interface:IEndpointGet the tag name of the endpoint- Returns:
- the xml element tag name
-
getName
-
setName
-
getProperties
-
setProperties
-
isBuildMessage
public boolean isBuildMessage() -
setBuildMessage
public void setBuildMessage(boolean buildMessage) -
serialize
public org.apache.axiom.om.OMElement serialize(org.apache.axiom.om.OMElement parent) Description copied from interface:IEndpointSerialize this endpoint in to the corresponding Synapse endpoint configuration.- Parameters:
parent- if present the serialize node will be added to the parent- Returns:
- the Synapse endpoint configuration XML
-
build
public void build(org.apache.axiom.om.OMElement elem, boolean isAnonymous) Description copied from interface:IEndpointPopulate this endpoint from the Synapse endpoint configuration.- Parameters:
elem- synapse endpoint configurationisAnonymous- whether the endpoint has a name
-
build
public void build(org.apache.synapse.endpoints.Template template, org.apache.synapse.config.xml.endpoints.DefinitionFactory factory) Description copied from interface:IEndpointPopulate this endpoint from the Synapse endpoint template configuration.- Parameters:
template- synapse endpoint template configurationfactory- Template definition factory
-
isRetryAvailable
public boolean isRetryAvailable()- Specified by:
isRetryAvailablein classListEndpoint
-