public class MediatorProperty extends Object
Modifier and Type | Field and Description |
---|---|
static QName |
ATT_EXPR_Q |
static QName |
ATT_NAME_Q |
static QName |
ATT_VALUE_Q |
static QName |
PROPERTY_Q |
Constructor and Description |
---|
MediatorProperty() |
Modifier and Type | Method and 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) |
public static final QName PROPERTY_Q
public static final QName ATT_NAME_Q
public static final QName ATT_VALUE_Q
public static final QName ATT_EXPR_Q
public String getName()
public void setName(String name)
public String getValue()
public void setValue(String value)
public org.apache.synapse.util.xpath.SynapseXPath getExpression()
getPathExpression()
public void setExpression(org.apache.synapse.util.xpath.SynapseXPath expression)
expression
- setPathExpression(SynapsePath)
public void setPathExpression(org.apache.synapse.config.xml.SynapsePath expression)
public org.apache.synapse.config.xml.SynapsePath getPathExpression()
public String getEvaluatedExpression(org.apache.synapse.MessageContext synCtx)
Copyright © 2017 WSO2. All rights reserved.