Uses of Class
org.apache.synapse.mediators.xquery.MediatorVariable
-
Packages that use MediatorVariable Package Description org.apache.synapse.mediators.xquery -
-
Uses of MediatorVariable in org.apache.synapse.mediators.xquery
Subclasses of MediatorVariable in org.apache.synapse.mediators.xquery Modifier and Type Class Description 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 Modifier and Type Method Description List<MediatorVariable>
XQueryMediator. getVariables()
Methods in org.apache.synapse.mediators.xquery with parameters of type MediatorVariable Modifier and Type Method Description void
XQueryMediator. addVariable(MediatorVariable variable)
Method parameters in org.apache.synapse.mediators.xquery with type arguments of type MediatorVariable Modifier and Type Method Description void
XQueryMediator. addAllVariables(List<MediatorVariable> list)
-