Class WsdlEndpoint
- java.lang.Object
-
- org.wso2.carbon.endpoint.ui.endpoints.Endpoint
-
- org.wso2.carbon.endpoint.ui.endpoints.wsdl.WsdlEndpoint
-
-
Constructor Summary
Constructors Constructor Description WsdlEndpoint()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidbuild(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.StringgetDescription()StringgetEpName()StringgetErrorCodes()StringgetMaxSusDuration()StringgetPort()StringgetProperties()StringgetRetryDelay()StringgetRetryDisabledErrorCodes()StringgetRetryTimeout()StringgetRmPolKey()StringgetSecPolKey()StringgetService()StringgetSuspendDurationOnFailure()StringgetSusProgFactor()StringgetTagLocalName()Get the tag name of the endpointStringgetTimedOutErrorCodes()StringgetTimeoutAct()StringgetTimeoutActionDuration()StringgetUri()booleanisSepList()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.voidsetDescription(String description)voidsetEpName(String as1)voidsetErrorCodes(String errorCodes)voidsetMaxSusDuration(String maxSusDuration)voidsetPort(String port)voidsetProperties(String properties)voidsetRetryDelay(String retryDelay)voidsetRetryDisabledErrorCodes(String retryDisabledErrorCodes)voidsetRetryTimeout(String retryTimeout)voidsetRmPolKey(String rmPolKey)voidsetSecPolKey(String secPolKey)voidsetSepList(boolean sepList)voidsetService(String service)voidsetSuspendDurationOnFailure(String suspendDurationOnFailure)voidsetSusProgFactor(String susProgFactor)voidsetTimedOutErrorCodes(String timdedOutErrorCodes)voidsetTimeoutAct(String timeoutAct)voidsetTimeoutActionDuration(String timeoutActionDuration)voidsetUri(String uri)voidsetWsadd(boolean wsadd)voidsetWsrm(boolean wsrm)Deprecated.voidsetWssec(boolean wssec)-
Methods inherited from class org.wso2.carbon.endpoint.ui.endpoints.Endpoint
getEmptyEndpointElement
-
-
-
-
Method Detail
-
getTagLocalName
public String getTagLocalName()
Description copied from interface:IEndpointGet the tag name of the endpoint- Returns:
- the xml element tag name
-
getEpName
public String getEpName()
-
setEpName
public void setEpName(String as1)
-
getService
public String getService()
-
setService
public void setService(String service)
-
getUri
public String getUri()
-
setUri
public void setUri(String uri)
-
getSuspendDurationOnFailure
public String getSuspendDurationOnFailure()
-
setSuspendDurationOnFailure
public void setSuspendDurationOnFailure(String suspendDurationOnFailure)
-
getPort
public String getPort()
-
setPort
public void setPort(String port)
-
getTimeoutAct
public String getTimeoutAct()
-
setTimeoutAct
public void setTimeoutAct(String timeoutAct)
-
getTimeoutActionDuration
public String getTimeoutActionDuration()
-
setTimeoutActionDuration
public void setTimeoutActionDuration(String timeoutActionDuration)
-
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 public boolean isWsrm()
Deprecated.
-
setWsrm
@Deprecated public void setWsrm(boolean wsrm)
Deprecated.
-
getSecPolKey
public String getSecPolKey()
-
setSecPolKey
public void setSecPolKey(String secPolKey)
-
getRmPolKey
public String getRmPolKey()
-
setRmPolKey
public void setRmPolKey(String rmPolKey)
-
getMaxSusDuration
public String getMaxSusDuration()
-
setMaxSusDuration
public void setMaxSusDuration(String maxSusDuration)
-
getSusProgFactor
public String getSusProgFactor()
-
setSusProgFactor
public void setSusProgFactor(String susProgFactor)
-
getErrorCodes
public String getErrorCodes()
-
setErrorCodes
public void setErrorCodes(String errorCodes)
-
getTimedOutErrorCodes
public String getTimedOutErrorCodes()
-
setTimedOutErrorCodes
public void setTimedOutErrorCodes(String timdedOutErrorCodes)
-
getRetryTimeout
public String getRetryTimeout()
-
setRetryTimeout
public void setRetryTimeout(String retryTimeout)
-
getRetryDelay
public String getRetryDelay()
-
setRetryDelay
public void setRetryDelay(String retryDelay)
-
setRetryDisabledErrorCodes
public void setRetryDisabledErrorCodes(String retryDisabledErrorCodes)
-
getRetryDisabledErrorCodes
public String getRetryDisabledErrorCodes()
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getProperties
public String getProperties()
-
setProperties
public void setProperties(String properties)
-
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
-
-