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 classMediatorBaseVariableThe basic variable hold the value that need to provided when creating the variable.classMediatorCustomVariableThe 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 voidXQueryMediator. addVariable(MediatorVariable variable)Method parameters in org.apache.synapse.mediators.xquery with type arguments of type MediatorVariable Modifier and Type Method Description voidXQueryMediator. addAllVariables(List<MediatorVariable> list)
-