public class SequenceMediator extends AbstractListMediator
mediators
ATT_EXPRN, ATT_KEY, ATT_NAME, ATT_ONERROR, ATT_REGEX, ATT_SEQUENCE, ATT_SOURCE, ATT_STATS, ATT_TARGET, ATT_VALUE, ATT_XPATH, fac, FEATURE_Q, nullNS, PROP_Q, synNS, TARGET_Q
Constructor and Description |
---|
SequenceMediator() |
Modifier and Type | Method and Description |
---|---|
void |
build(org.apache.axiom.om.OMElement elem)
Populate this mediator from the Synapse mediator configuration.
|
String |
getDescription() |
String |
getErrorHandler() |
org.apache.synapse.mediators.Value |
getKey() |
String |
getName() |
String |
getTagLocalName()
Get the name of the mediator
|
boolean |
isAnonymous() |
org.apache.axiom.om.OMElement |
serialize(org.apache.axiom.om.OMElement parent)
Serialize this mediator in to the corresponding Synapse mediator configuration.
|
void |
setAnonymous(boolean anonymous) |
void |
setDescription(String description) |
void |
setErrorHandler(String errorHandler) |
void |
setKey(org.apache.synapse.mediators.Value key) |
void |
setName(String name) |
addChild, addChildren, getChild, getList, removeChild, removeChild, serializeChildren
collectNameValuePairs, disableStatistics, enableStatistics, getMediatorProperties, getTraceState, isAuditConfigurable, isStatisticsEnable, processAuditStatus, saveTracingState, serializeMediatorProperties, serializeNamespaces, setAuditConfigurable, setTraceState
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
disableStatistics, enableStatistics, getTraceState, isAuditConfigurable, isStatisticsEnable, setTraceState
public String getName()
public String getErrorHandler()
public void setName(String name)
public void setErrorHandler(String errorHandler)
public org.apache.synapse.mediators.Value getKey()
public void setKey(org.apache.synapse.mediators.Value key)
public String getDescription()
public void setDescription(String description)
public String getTagLocalName()
Mediator
public void setAnonymous(boolean anonymous)
public boolean isAnonymous()
public org.apache.axiom.om.OMElement serialize(org.apache.axiom.om.OMElement parent)
Mediator
parent
- if present the serialize node will be added to the parentpublic void build(org.apache.axiom.om.OMElement elem)
Mediator
elem
- synapse mediator configurationCopyright © 2021 WSO2. All rights reserved.