Class MediatorBaseVariable
java.lang.Object
org.apache.synapse.mediators.xquery.MediatorVariable
org.apache.synapse.mediators.xquery.MediatorBaseVariable
The basic variable hold the value that need to provided when creating the variable.
-
Field Summary
Fields inherited from class org.apache.synapse.mediators.xquery.MediatorVariable
value -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanevaluateValue(org.apache.synapse.MessageContext synCtx) Calculates the value of this variableMethods inherited from class org.apache.synapse.mediators.xquery.MediatorVariable
getName, getNodeKind, getType, getValue, setName, setNodeKind, setType, setValue
-
Constructor Details
-
MediatorBaseVariable
-
-
Method Details
-
evaluateValue
public boolean evaluateValue(org.apache.synapse.MessageContext synCtx) Description copied from class:MediatorVariableCalculates the value of this variable- Specified by:
evaluateValuein classMediatorVariable- Parameters:
synCtx- Current message in transit- Returns:
trueif the value has changed
-