Class MediatorBaseVariable

java.lang.Object
org.apache.synapse.mediators.xquery.MediatorVariable
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.
  • Constructor Details

    • MediatorBaseVariable

      public MediatorBaseVariable(QName name)
  • Method Details

    • evaluateValue

      public boolean evaluateValue(org.apache.synapse.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