Constructor and Description |
---|
DefaultEndpoint() |
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 |
getDescription() |
String |
getEpName() |
String |
getErrorCodes() |
String |
getFormat() |
String |
getMaxSusDuration() |
String |
getProperties() |
String |
getRetryDelay() |
String |
getRetryDisabledErrorCodes() |
String |
getRetryTimeout() |
String |
getRmPolKey() |
String |
getSecPolKey() |
String |
getSuspendDurationOnFailure() |
String |
getSusProgFactor() |
String |
getTagLocalName()
Get the tag name of the endpoint
|
String |
getTimedOutErrorCodes() |
String |
getTimeoutAct() |
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 |
setDescription(String description) |
void |
setEpName(String name) |
void |
setErrorCodes(String errorCodes) |
void |
setFormat(String format) |
void |
setGet(boolean get) |
void |
setMaxSusDuration(String maxSusDuration) |
void |
setMtom(boolean mtom) |
void |
setPox(boolean pox) |
void |
setProperties(String properties) |
void |
setRest(boolean rest) |
void |
setRetryDelay(String retryDelay) |
void |
setRetryDisabledErrorCodes(String retryDisabledErrorCodes) |
void |
setRetryTimeout(String retryTimeout) |
void |
setRmPolKey(String rmPolKey) |
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 |
setTimeoutAct(String timeoutAct) |
void |
setTimeoutActionDur(String timeoutActionDur) |
void |
setWsadd(boolean wsadd) |
void |
setWsrm(boolean wsrm)
Deprecated.
|
void |
setWssec(boolean wssec) |
getEmptyEndpointElement
public String getTagLocalName()
IEndpoint
public String getEpName()
public void setEpName(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 getTimeoutAct()
public void setTimeoutAct(String timeoutAct)
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)
public String getRmPolKey()
public void setRmPolKey(String rmPolKey)
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 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 factoryCopyright © 2022 WSO2. All rights reserved.