Uses of Class
org.apache.synapse.mediators.xquery.MediatorVariable

Packages that use MediatorVariable
org.apache.synapse.mediators.xquery   
 

Uses of MediatorVariable in org.apache.synapse.mediators.xquery
 

Subclasses of MediatorVariable in org.apache.synapse.mediators.xquery
 class MediatorBaseVariable
          The basic variable hold the value that need to provided when creating the variable.
 class MediatorCustomVariable
          The value of the custom variable will be evaluated dynamically.
 

Methods in org.apache.synapse.mediators.xquery that return types with arguments of type MediatorVariable
 List<MediatorVariable> XQueryMediator.getVariables()
           
 

Methods in org.apache.synapse.mediators.xquery with parameters of type MediatorVariable
 void XQueryMediator.addVariable(MediatorVariable variable)
           
 

Method parameters in org.apache.synapse.mediators.xquery with type arguments of type MediatorVariable
 void XQueryMediator.addAllVariables(List<MediatorVariable> list)
           
 



Copyright © 2005–2015 Apache Software Foundation. All rights reserved.