Class MediatorProperty
- java.lang.Object
-
- org.wso2.carbon.mediator.service.util.MediatorProperty
-
public class MediatorProperty extends Object
This class acts as a helper for creating and serializing properties of the mediators
-
-
Field Summary
Fields Modifier and Type Field Description static QName
ATT_EXPR_Q
static QName
ATT_NAME_Q
static QName
ATT_VALUE_Q
static QName
PROPERTY_Q
-
Constructor Summary
Constructors Constructor Description MediatorProperty()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getEvaluatedExpression(org.apache.synapse.MessageContext synCtx)
org.apache.synapse.util.xpath.SynapseXPath
getExpression()
Deprecated.String
getName()
org.apache.synapse.config.xml.SynapsePath
getPathExpression()
String
getValue()
void
setExpression(org.apache.synapse.util.xpath.SynapseXPath expression)
Deprecated.void
setName(String name)
void
setPathExpression(org.apache.synapse.config.xml.SynapsePath expression)
void
setValue(String value)
-
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
getValue
public String getValue()
-
setValue
public void setValue(String value)
-
getExpression
public org.apache.synapse.util.xpath.SynapseXPath getExpression()
Deprecated.- See Also:
getPathExpression()
-
setExpression
public void setExpression(org.apache.synapse.util.xpath.SynapseXPath expression)
Deprecated.- Parameters:
expression
-- See Also:
setPathExpression(SynapsePath)
-
setPathExpression
public void setPathExpression(org.apache.synapse.config.xml.SynapsePath expression)
-
getPathExpression
public org.apache.synapse.config.xml.SynapsePath getPathExpression()
-
getEvaluatedExpression
public String getEvaluatedExpression(org.apache.synapse.MessageContext synCtx)
-
-