Constructor and Description |
---|
AddressEndpoint() |
Modifier and Type | Method and Description |
---|---|
void |
build(org.apache.axiom.om.OMElement elem,
boolean isAnonymous)
Populate this endpoint from the Synapse endpoint configuration.
|
void |
build(org.apache.synapse.endpoints.Template template,
org.apache.synapse.config.xml.endpoints.DefinitionFactory factory)
Populate this endpoint from the Synapse endpoint template configuration.
|
String |
getAddress() |
String |
getDescription() |
String |
getEncoding() |
String |
getEndpointName() |
String |
getErrorCodes() |
String |
getFormat() |
String |
getInboundWsSecPolicyKey() |
String |
getMaxSusDuration() |
String |
getOutboundWsSecPolicyKey() |
String |
getProperties() |
String |
getRetryDelay() |
String |
getRetryDisabledErrorCodes() |
String |
getRetryEnabledErrorCodes() |
String |
getRetryTimeout() |
String |
getRmPolKey()
Deprecated.
|
String |
getSecPolKey() |
String |
getSuspendDurationOnFailure() |
String |
getSusProgFactor() |
String |
getTagLocalName()
Get the tag name of the endpoint
|
String |
getTimedOutErrorCodes() |
String |
getTimeoutAction() |
String |
getTimeoutActionDur() |
boolean |
isGet() |
boolean |
isMtom() |
boolean |
isPox() |
boolean |
isRest() |
boolean |
isSepList() |
boolean |
isSoap11() |
boolean |
isSoap12() |
boolean |
isSwa() |
boolean |
isWsadd() |
boolean |
isWsrm()
Deprecated.
|
boolean |
isWssec() |
org.apache.axiom.om.OMElement |
serialize(org.apache.axiom.om.OMElement parent)
Serialize this endpoint in to the corresponding Synapse endpoint configuration.
|
void |
setAddress(String address) |
void |
setDescription(String description) |
void |
setEncoding(String encoding) |
void |
setEndpointName(String name) |
void |
setErrorCodes(String errorCodes) |
void |
setFormat(String format) |
void |
setGet(boolean get) |
void |
setInboundWsSecPolicyKey(String inboundWsSecPolicyKey) |
void |
setMaxSusDuration(String maxSusDuration) |
void |
setMtom(boolean mtom) |
void |
setOutboundWsSecPolicyKey(String outboundWsSecPolicyKey) |
void |
setPox(boolean pox) |
void |
setProperties(String properties) |
void |
setRest(boolean rest) |
void |
setRetryDelay(String retryDelay) |
void |
setRetryDisabledErrorCodes(String retryDisabledErrorCodes) |
void |
setRetryEnabledErrorCodes(String retryEnabledErrorCodes) |
void |
setRetryTimeout(String retryTimeout) |
void |
setRmPolKey(String rmPolKey)
Deprecated.
|
void |
setSecPolKey(String secPolKey) |
void |
setSepList(boolean sepList) |
void |
setSoap11(boolean soap11) |
void |
setSoap12(boolean soap12) |
void |
setSuspendDurationOnFailure(String suspendDurationOnFailure) |
void |
setSusProgFactor(String susProgFactor) |
void |
setSwa(boolean swa) |
void |
setTimedOutErrorCodes(String timedOutErrorCodes) |
void |
setTimeoutAction(String timeoutAction) |
void |
setTimeoutActionDur(String timeoutActionDur) |
void |
setWsadd(boolean wsadd) |
void |
setWsrm(boolean wsrm)
Deprecated.
|
void |
setWssec(boolean wssec) |
getEmptyEndpointElement
public String getTagLocalName()
IEndpoint
public String getEndpointName()
public void setEndpointName(String name)
public String getSuspendDurationOnFailure()
public void setSuspendDurationOnFailure(String suspendDurationOnFailure)
public String getFormat()
public void setFormat(String format)
public boolean isSwa()
public void setSwa(boolean swa)
public boolean isMtom()
public void setMtom(boolean mtom)
public boolean isSoap11()
public void setSoap11(boolean soap11)
public boolean isSoap12()
public void setSoap12(boolean soap12)
public boolean isRest()
public void setRest(boolean rest)
public boolean isGet()
public void setGet(boolean get)
public boolean isPox()
public void setPox(boolean pox)
public String getTimeoutAction()
public void setTimeoutAction(String timeoutAction)
public String getTimeoutActionDur()
public void setTimeoutActionDur(String timeoutActionDur)
public boolean isWsadd()
public void setWsadd(boolean wsadd)
public boolean isSepList()
public void setSepList(boolean sepList)
public boolean isWssec()
public void setWssec(boolean wssec)
@Deprecated public boolean isWsrm()
@Deprecated public void setWsrm(boolean wsrm)
public String getSecPolKey()
public void setSecPolKey(String secPolKey)
@Deprecated public String getRmPolKey()
@Deprecated public void setRmPolKey(String rmPolKey)
public String getAddress()
public void setAddress(String address)
public String getMaxSusDuration()
public void setMaxSusDuration(String maxSusDuration)
public String getSusProgFactor()
public void setSusProgFactor(String susProgFactor)
public String getErrorCodes()
public void setErrorCodes(String errorCodes)
public void setRetryDisabledErrorCodes(String retryDisabledErrorCodes)
public String getRetryDisabledErrorCodes()
public String getTimedOutErrorCodes()
public void setTimedOutErrorCodes(String timedOutErrorCodes)
public String getRetryTimeout()
public void setRetryTimeout(String retryTimeout)
public String getRetryDelay()
public void setRetryDelay(String retryDelay)
public String getDescription()
public void setDescription(String description)
public String getProperties()
public void setProperties(String properties)
public String getRetryEnabledErrorCodes()
public void setRetryEnabledErrorCodes(String retryEnabledErrorCodes)
public org.apache.axiom.om.OMElement serialize(org.apache.axiom.om.OMElement parent)
IEndpoint
parent
- if present the serialize node will be added to the parentpublic void build(org.apache.axiom.om.OMElement elem, boolean isAnonymous)
IEndpoint
elem
- synapse endpoint configurationisAnonymous
- whether the endpoint has a namepublic void build(org.apache.synapse.endpoints.Template template, org.apache.synapse.config.xml.endpoints.DefinitionFactory factory)
IEndpoint
template
- synapse endpoint template configurationfactory
- Template definition factorypublic String getInboundWsSecPolicyKey()
public void setInboundWsSecPolicyKey(String inboundWsSecPolicyKey)
public String getOutboundWsSecPolicyKey()
public void setOutboundWsSecPolicyKey(String outboundWsSecPolicyKey)
public String getEncoding()
public void setEncoding(String encoding)
Copyright © 2020 WSO2. All rights reserved.