public class FilterMediator
extends org.wso2.carbon.mediator.service.ui.AbstractListMediator
Constructor and Description |
---|
FilterMediator() |
Modifier and Type | Method and Description |
---|---|
void |
build(org.apache.axiom.om.OMElement elem) |
String |
getElseKey() |
Pattern |
getRegex() |
org.apache.synapse.config.xml.SynapsePath |
getSource() |
String |
getTagLocalName() |
String |
getThenKey() |
org.apache.synapse.config.xml.SynapsePath |
getXpath() |
org.apache.axiom.om.OMElement |
serialize(org.apache.axiom.om.OMElement parent) |
void |
setElseKey(String elseKey) |
void |
setRegex(Pattern regex) |
void |
setSource(org.apache.synapse.config.xml.SynapsePath source) |
void |
setThenKey(String thenKey) |
void |
setXpath(org.apache.synapse.config.xml.SynapsePath xpath) |
addChild, addChildren, getChild, getList, removeChild, removeChild, serializeChildren
collectNameValuePairs, disableStatistics, enableStatistics, getMediatorProperties, getTraceState, isAuditConfigurable, isStatisticsEnable, processAuditStatus, saveTracingState, serializeMediatorProperties, serializeNamespaces, setAuditConfigurable, setTraceState
public org.apache.synapse.config.xml.SynapsePath getSource()
public void setSource(org.apache.synapse.config.xml.SynapsePath source)
public Pattern getRegex()
public void setRegex(Pattern regex)
public org.apache.synapse.config.xml.SynapsePath getXpath()
public void setXpath(org.apache.synapse.config.xml.SynapsePath xpath)
public String getThenKey()
public void setThenKey(String thenKey)
public String getElseKey()
public void setElseKey(String elseKey)
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 © 2019 WSO2. All rights reserved.