Uses of Class
org.wso2.carbon.mediator.calltemplate.util.Value
-
Packages that use Value Package Description org.wso2.carbon.mediator.calltemplate org.wso2.carbon.mediator.calltemplate.util -
-
Uses of Value in org.wso2.carbon.mediator.calltemplate
Methods in org.wso2.carbon.mediator.calltemplate that return types with arguments of type Value Modifier and Type Method Description Map<String,Value>
CallTemplateMediator. getpName2ExpressionMap()
Methods in org.wso2.carbon.mediator.calltemplate with parameters of type Value Modifier and Type Method Description void
CallTemplateMediator. addExpressionForParamName(String pName, Value expr)
-
Uses of Value in org.wso2.carbon.mediator.calltemplate.util
Methods in org.wso2.carbon.mediator.calltemplate.util that return Value Modifier and Type Method Description Value
ValueFactory. createValue(String name, org.apache.axiom.om.OMElement elem)
Create a key instanceMethods in org.wso2.carbon.mediator.calltemplate.util with parameters of type Value Modifier and Type Method Description static void
CallUtil. addNamespacesTo(Value val, org.apache.synapse.util.xpath.SynapseXPath expression)
org.apache.axiom.om.OMElement
ValueSerializer. serializeValue(Value key, String name, org.apache.axiom.om.OMElement elem)
Serialize the Value object to an OMElement representing the entry
-