Class PropertyMediator
- java.lang.Object
-
- org.wso2.carbon.mediator.service.ui.AbstractMediator
-
- org.wso2.carbon.mediator.property.PropertyMediator
-
- All Implemented Interfaces:
org.wso2.carbon.mediator.service.ui.Mediator
public class PropertyMediator extends org.wso2.carbon.mediator.service.ui.AbstractMediator
-
-
Field Summary
Fields Modifier and Type Field Description static int
ACTION_REMOVE
static int
ACTION_SET
-
Constructor Summary
Constructors Constructor Description PropertyMediator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
Methods inherited from class org.wso2.carbon.mediator.service.ui.AbstractMediator
collectNameValuePairs, disableStatistics, enableStatistics, getMediatorProperties, getMediatorProperties, getTraceState, isAuditConfigurable, isStatisticsEnable, processAuditStatus, saveTracingState, serializeMediatorProperties, serializeNamespaces, setAuditConfigurable, setTraceState
-
-
-
-
Field Detail
-
ACTION_SET
public static final int ACTION_SET
- See Also:
- Constant Field Values
-
ACTION_REMOVE
public static final int ACTION_REMOVE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getScope
public String getScope()
-
getAction
public int getAction()
-
getExpression
public org.apache.synapse.config.xml.SynapsePath getExpression()
-
getValue
public String getValue()
-
getName
public String getName()
-
setName
public void setName(String name)
-
setValue
public void setValue(String value)
-
setExpression
public void setExpression(org.apache.synapse.config.xml.SynapsePath expression)
-
setAction
public void setAction(int action)
-
setScope
public void setScope(String scope)
-
getType
public String getType()
-
getGroup
public int getGroup()
-
getPattern
public String getPattern()
-
setType
public void setType(String type)
-
setGroup
public void setGroup(int group)
-
setPattern
public void setPattern(String pattern)
-
getValueElement
public org.apache.axiom.om.OMElement getValueElement()
-
setValueElement
public void setValueElement(org.apache.axiom.om.OMElement valueElement)
-
getTagLocalName
public String getTagLocalName()
-
serialize
public org.apache.axiom.om.OMElement serialize(org.apache.axiom.om.OMElement parent)
-
build
public void build(org.apache.axiom.om.OMElement elem)
-
-