org.apache.synapse.mediators.xquery
Class MediatorBaseVariable

java.lang.Object
  extended by org.apache.synapse.mediators.xquery.MediatorVariable
      extended by org.apache.synapse.mediators.xquery.MediatorBaseVariable

public class MediatorBaseVariable
extends MediatorVariable

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
MediatorBaseVariable(QName name)
           
 
Method Summary
 boolean evaluateValue(MessageContext synCtx)
          Calculates the value of this variable
 
Methods inherited from class org.apache.synapse.mediators.xquery.MediatorVariable
getName, getType, getValue, setName, setType, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MediatorBaseVariable

public MediatorBaseVariable(QName name)
Method Detail

evaluateValue

public boolean evaluateValue(MessageContext synCtx)
Description copied from class: MediatorVariable
Calculates the value of this variable

Specified by:
evaluateValue in class MediatorVariable
Parameters:
synCtx - Current message in transit
Returns:
true if the value has changed


Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.