public class PropertyMediator
extends org.wso2.carbon.mediator.service.ui.AbstractMediator
Modifier and Type | Field and Description |
---|---|
static int |
ACTION_REMOVE |
static int |
ACTION_SET |
Constructor and Description |
---|
PropertyMediator() |
Modifier and Type | Method and Description |
---|---|
void |
build(org.apache.axiom.om.OMElement elem) |
int |
getAction() |
org.apache.synapse.config.xml.SynapsePath |
getExpression() |
int |
getGroup() |
String |
getName() |
String |
getPattern() |
String |
getScope() |
String |
getTagLocalName() |
String |
getType() |
String |
getValue() |
org.apache.axiom.om.OMElement |
getValueElement() |
org.apache.axiom.om.OMElement |
serialize(org.apache.axiom.om.OMElement parent) |
void |
setAction(int action) |
void |
setExpression(org.apache.synapse.config.xml.SynapsePath expression) |
void |
setGroup(int group) |
void |
setName(String name) |
void |
setPattern(String pattern) |
void |
setScope(String scope) |
void |
setType(String type) |
void |
setValue(String value) |
void |
setValueElement(org.apache.axiom.om.OMElement valueElement) |
collectNameValuePairs, disableStatistics, enableStatistics, getMediatorProperties, getTraceState, isAuditConfigurable, isStatisticsEnable, processAuditStatus, saveTracingState, serializeMediatorProperties, serializeNamespaces, setAuditConfigurable, setTraceState
public static final int ACTION_SET
public static final int ACTION_REMOVE
public String getScope()
public int getAction()
public org.apache.synapse.config.xml.SynapsePath getExpression()
public String getValue()
public String getName()
public void setName(String name)
public void setValue(String value)
public void setExpression(org.apache.synapse.config.xml.SynapsePath expression)
public void setAction(int action)
public void setScope(String scope)
public String getType()
public int getGroup()
public String getPattern()
public void setType(String type)
public void setGroup(int group)
public void setPattern(String pattern)
public org.apache.axiom.om.OMElement getValueElement()
public void setValueElement(org.apache.axiom.om.OMElement valueElement)
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 © 2017 WSO2. All rights reserved.