Class AddressEndpoint
java.lang.Object
org.wso2.carbon.endpoint.ui.endpoints.Endpoint
org.wso2.carbon.endpoint.ui.endpoints.address.AddressEndpoint
- All Implemented Interfaces:
IEndpoint
-
Field Summary
-
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.Deprecated.Get the tag name of the endpointbooleanisGet()booleanisMtom()booleanisPox()booleanisRest()booleanbooleanisSoap11()booleanisSoap12()booleanisSwa()booleanisWsadd()booleanisWsrm()Deprecated.booleanisWssec()org.apache.axiom.om.OMElementserialize(org.apache.axiom.om.OMElement parent) Serialize this endpoint in to the corresponding Synapse endpoint configuration.voidsetAddress(String address) voidsetDescription(String description) voidsetEncoding(String encoding) voidsetEndpointName(String name) voidsetErrorCodes(String errorCodes) voidvoidsetGet(boolean get) voidsetInboundWsSecPolicyKey(String inboundWsSecPolicyKey) voidsetMaxSusDuration(String maxSusDuration) voidsetMtom(boolean mtom) voidsetOutboundWsSecPolicyKey(String outboundWsSecPolicyKey) voidsetPox(boolean pox) voidsetProperties(String properties) voidsetRest(boolean rest) voidsetRetryDelay(String retryDelay) voidsetRetryDisabledErrorCodes(String retryDisabledErrorCodes) voidsetRetryEnabledErrorCodes(String retryEnabledErrorCodes) voidsetRetryTimeout(String retryTimeout) voidsetRmPolKey(String rmPolKey) Deprecated.voidsetSecPolKey(String secPolKey) voidsetSepList(boolean sepList) voidsetSoap11(boolean soap11) voidsetSoap12(boolean soap12) voidsetSuspendDurationOnFailure(String suspendDurationOnFailure) voidsetSusProgFactor(String susProgFactor) voidsetSwa(boolean swa) voidsetTimedOutErrorCodes(String timedOutErrorCodes) voidsetTimeoutAction(String timeoutAction) voidsetTimeoutActionDur(String timeoutActionDur) voidsetWsadd(boolean wsadd) voidsetWsrm(boolean wsrm) Deprecated.voidsetWssec(boolean wssec) Methods inherited from class org.wso2.carbon.endpoint.ui.endpoints.Endpoint
getEmptyEndpointElement
-
Constructor Details
-
AddressEndpoint
public AddressEndpoint()
-
-
Method Details
-
getTagLocalName
Description copied from interface:IEndpointGet the tag name of the endpoint- Returns:
- the xml element tag name
-
getEndpointName
-
setEndpointName
-
getSuspendDurationOnFailure
-
setSuspendDurationOnFailure
-
getFormat
-
setFormat
-
isSwa
public boolean isSwa() -
setSwa
public void setSwa(boolean swa) -
isMtom
public boolean isMtom() -
setMtom
public void setMtom(boolean mtom) -
isSoap11
public boolean isSoap11() -
setSoap11
public void setSoap11(boolean soap11) -
isSoap12
public boolean isSoap12() -
setSoap12
public void setSoap12(boolean soap12) -
isRest
public boolean isRest() -
setRest
public void setRest(boolean rest) -
isGet
public boolean isGet() -
setGet
public void setGet(boolean get) -
isPox
public boolean isPox() -
setPox
public void setPox(boolean pox) -
getTimeoutAction
-
setTimeoutAction
-
getTimeoutActionDur
-
setTimeoutActionDur
-
isWsadd
public boolean isWsadd() -
setWsadd
public void setWsadd(boolean wsadd) -
isSepList
public boolean isSepList() -
setSepList
public void setSepList(boolean sepList) -
isWssec
public boolean isWssec() -
setWssec
public void setWssec(boolean wssec) -
isWsrm
Deprecated. -
setWsrm
Deprecated. -
getSecPolKey
-
setSecPolKey
-
getRmPolKey
Deprecated. -
setRmPolKey
Deprecated. -
getAddress
-
setAddress
-
getMaxSusDuration
-
setMaxSusDuration
-
getSusProgFactor
-
setSusProgFactor
-
getErrorCodes
-
setErrorCodes
-
setRetryDisabledErrorCodes
-
getRetryDisabledErrorCodes
-
getTimedOutErrorCodes
-
setTimedOutErrorCodes
-
getRetryTimeout
-
setRetryTimeout
-
getRetryDelay
-
setRetryDelay
-
getDescription
-
setDescription
-
getProperties
-
setProperties
-
getRetryEnabledErrorCodes
-
setRetryEnabledErrorCodes
-
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
-
getInboundWsSecPolicyKey
-
setInboundWsSecPolicyKey
-
getOutboundWsSecPolicyKey
-
setOutboundWsSecPolicyKey
-
getEncoding
-
setEncoding
-