public class RouteMediator
extends org.wso2.carbon.mediator.service.ui.AbstractListMediator
Constructor and Description |
---|
RouteMediator() |
Modifier and Type | Method and Description |
---|---|
void |
build(org.apache.axiom.om.OMElement elem) |
org.apache.synapse.util.xpath.SynapseXPath |
getExpression() |
Pattern |
getMatch() |
String |
getTagLocalName() |
boolean |
isBreakRouter() |
org.apache.axiom.om.OMElement |
serialize(org.apache.axiom.om.OMElement parent) |
void |
setBreakRouter(boolean breakRouter) |
void |
setExpression(org.apache.synapse.util.xpath.SynapseXPath expression) |
void |
setMatch(Pattern match) |
addChild, addChildren, getChild, getList, removeChild, removeChild, serializeChildren
collectNameValuePairs, disableStatistics, enableStatistics, getMediatorProperties, getTraceState, isAuditConfigurable, isStatisticsEnable, processAuditStatus, saveTracingState, serializeMediatorProperties, serializeNamespaces, setAuditConfigurable, setTraceState
public org.apache.synapse.util.xpath.SynapseXPath getExpression()
public Pattern getMatch()
public boolean isBreakRouter()
public void setExpression(org.apache.synapse.util.xpath.SynapseXPath expression)
public void setMatch(Pattern match)
public void setBreakRouter(boolean breakRouter)
public org.apache.axiom.om.OMElement serialize(org.apache.axiom.om.OMElement parent)
public void build(org.apache.axiom.om.OMElement elem)
public String getTagLocalName()
Copyright © 2018 WSO2. All rights reserved.