public class RecipientlistEndpoint extends ListEndpoint
endpoints| Constructor and Description |
|---|
RecipientlistEndpoint() |
| 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 |
getName() |
String |
getProperties() |
String |
getTagLocalName()
Get the tag name of the endpoint
|
boolean |
isRetryAvailable() |
org.apache.axiom.om.OMElement |
serialize(org.apache.axiom.om.OMElement parent)
Serialize this endpoint in to the corresponding Synapse endpoint configuration.
|
void |
setName(String name) |
void |
setProperties(String properties) |
addChild, addChildren, getChild, getList, removeChild, removeChild, serializeChildrengetEmptyEndpointElementpublic String getTagLocalName()
IEndpointpublic String getName()
public void setName(String name)
public String getProperties()
public void setProperties(String properties)
public org.apache.axiom.om.OMElement serialize(org.apache.axiom.om.OMElement parent)
IEndpointparent - if present the serialize node will be added to the parentpublic void build(org.apache.axiom.om.OMElement elem,
boolean isAnonymous)
IEndpointelem - 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)
IEndpointtemplate - synapse endpoint template configurationfactory - Template definition factorypublic boolean isRetryAvailable()
isRetryAvailable in class ListEndpointCopyright © 2019 WSO2. All rights reserved.