public class IterateMediator
extends org.wso2.carbon.mediator.service.ui.AbstractListMediator
Constructor and Description |
---|
IterateMediator() |
Modifier and Type | Method and Description |
---|---|
void |
build(org.apache.axiom.om.OMElement elem) |
org.apache.synapse.config.xml.SynapsePath |
getAttachPath() |
org.apache.synapse.config.xml.SynapsePath |
getExpression() |
String |
getId() |
String |
getTagLocalName() |
boolean |
isAttachPathPresent() |
boolean |
isContinueParent() |
boolean |
isPreservePayload() |
boolean |
isSequential() |
org.apache.axiom.om.OMElement |
serialize(org.apache.axiom.om.OMElement parent) |
void |
setAttachPath(org.apache.synapse.config.xml.SynapsePath attachPath) |
void |
setAttachPathPresent(boolean attachPathPresent) |
void |
setContinueParent(boolean continueParent) |
void |
setExpression(org.apache.synapse.config.xml.SynapsePath expression) |
void |
setId(String id) |
void |
setPreservePayload(boolean preservePayload) |
void |
setSequential(boolean sequential) |
addChild, addChildren, getChild, getList, removeChild, removeChild, serializeChildren
collectNameValuePairs, disableStatistics, enableStatistics, getMediatorProperties, getTraceState, isAuditConfigurable, isStatisticsEnable, processAuditStatus, saveTracingState, serializeMediatorProperties, serializeNamespaces, setAuditConfigurable, setTraceState
public boolean isContinueParent()
public boolean isPreservePayload()
public org.apache.synapse.config.xml.SynapsePath getExpression()
public org.apache.synapse.config.xml.SynapsePath getAttachPath()
public void setContinueParent(boolean continueParent)
public void setPreservePayload(boolean preservePayload)
public void setExpression(org.apache.synapse.config.xml.SynapsePath expression)
public void setAttachPath(org.apache.synapse.config.xml.SynapsePath attachPath)
public boolean isAttachPathPresent()
public void setAttachPathPresent(boolean attachPathPresent)
public String getId()
public void setId(String id)
public void setSequential(boolean sequential)
public boolean isSequential()
public String getTagLocalName()
public org.apache.axiom.om.OMElement serialize(org.apache.axiom.om.OMElement parent)
public void build(org.apache.axiom.om.OMElement elem)
Copyright © 2020 WSO2. All rights reserved.