Uses of Interface
org.apache.synapse.util.xpath.ext.SynapseXpathVariableResolver
-
Packages that use SynapseXpathVariableResolver Package Description org.apache.synapse.core org.apache.synapse.core.axis2 org.apache.synapse.util.xpath.ext -
-
Uses of SynapseXpathVariableResolver in org.apache.synapse.core
Methods in org.apache.synapse.core that return types with arguments of type SynapseXpathVariableResolver Modifier and Type Method Description Map<QName,SynapseXpathVariableResolver>
SynapseEnvironment. getXpathVariableExtensions()
Get all Xpath Extension objects for Variable contexts -
Uses of SynapseXpathVariableResolver in org.apache.synapse.core.axis2
Methods in org.apache.synapse.core.axis2 that return types with arguments of type SynapseXpathVariableResolver Modifier and Type Method Description Map<QName,SynapseXpathVariableResolver>
Axis2SynapseEnvironment. getXpathVariableExtensions()
Returns all declared xpath Variable ExtensionsMethods in org.apache.synapse.core.axis2 with parameters of type SynapseXpathVariableResolver Modifier and Type Method Description void
Axis2SynapseEnvironment. setXpathVariableExtensions(SynapseXpathVariableResolver variableExt)
-
Uses of SynapseXpathVariableResolver in org.apache.synapse.util.xpath.ext
Methods in org.apache.synapse.util.xpath.ext that return types with arguments of type SynapseXpathVariableResolver Modifier and Type Method Description static List<SynapseXpathVariableResolver>
XpathExtensionUtil. getRegisteredVariableExtensions()
Get all registered variable context extensions.
-