public class MediatorProperty extends Object
Modifier and Type | Field and Description |
---|---|
static QName |
ATT_EXPR_Q |
static QName |
ATT_NAME_Q |
static QName |
ATT_SCOPE_Q |
static QName |
ATT_VALUE_Q |
static QName |
PROPERTY_Q |
Constructor and Description |
---|
MediatorProperty() |
Modifier and Type | Method and Description |
---|---|
void |
evaluate(MessageContext synCtx) |
String |
getEvaluatedExpression(MessageContext synCtx) |
SynapseXPath |
getExpression() |
String |
getName() |
String |
getScope() |
String |
getValue() |
void |
setExpression(SynapseXPath expression) |
void |
setName(String name) |
void |
setScope(String scope) |
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 static final QName ATT_SCOPE_Q
public void evaluate(MessageContext synCtx)
synCtx
- public String getName()
public void setName(String name)
public String getScope()
public void setScope(String scope)
public String getValue()
public void setValue(String value)
public SynapseXPath getExpression()
public void setExpression(SynapseXPath expression)
public String getEvaluatedExpression(MessageContext synCtx)
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.