Uses of Interface
org.apache.synapse.util.xpath.ext.SynapseXpathFunctionContextProvider
-
Packages that use SynapseXpathFunctionContextProvider Package Description org.apache.synapse.core org.apache.synapse.core.axis2 org.apache.synapse.util.xpath.ext -
-
Uses of SynapseXpathFunctionContextProvider in org.apache.synapse.core
Methods in org.apache.synapse.core that return types with arguments of type SynapseXpathFunctionContextProvider Modifier and Type Method Description Map<String,SynapseXpathFunctionContextProvider>SynapseEnvironment. getXpathFunctionExtensions()Get all Xpath Extension objects for Function contexts -
Uses of SynapseXpathFunctionContextProvider in org.apache.synapse.core.axis2
Methods in org.apache.synapse.core.axis2 that return types with arguments of type SynapseXpathFunctionContextProvider Modifier and Type Method Description Map<String,SynapseXpathFunctionContextProvider>Axis2SynapseEnvironment. getXpathFunctionExtensions()Returns all declared xpath Function ExtensionsMethods in org.apache.synapse.core.axis2 with parameters of type SynapseXpathFunctionContextProvider Modifier and Type Method Description voidAxis2SynapseEnvironment. setXpathFunctionExtensions(SynapseXpathFunctionContextProvider functionExt) -
Uses of SynapseXpathFunctionContextProvider in org.apache.synapse.util.xpath.ext
Methods in org.apache.synapse.util.xpath.ext that return types with arguments of type SynapseXpathFunctionContextProvider Modifier and Type Method Description static List<SynapseXpathFunctionContextProvider>XpathExtensionUtil. getRegisteredFunctionExtensions()Get all registered function context extensions.
-