Uses of Class
org.apache.synapse.mediators.annotations.Namespaces
-
Packages that use Namespaces Package Description org.apache.synapse.mediators.ext -
-
Uses of Namespaces in org.apache.synapse.mediators.ext
Methods in org.apache.synapse.mediators.ext with parameters of type Namespaces Modifier and Type Method Description protected SynapseXPath
AnnotatedCommandMediator. createSynapseXPATH(String xpath, Namespaces nsAnnotation)
Create an SynapseXPath from an xpath stringprotected Map<String,String>
AnnotatedCommandMediator. getNamespaces(Namespaces namespaces)
Creates a Map of namespace prefixes and namespaces from a Namespace annotation and the default Namespace annotation on the command class.
-