Package org.apache.synapse.config.xml
Class SynapseXPathFactory
- java.lang.Object
-
- org.apache.synapse.config.xml.SynapseXPathFactory
-
public class SynapseXPathFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description SynapseXPathFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SynapseXPath
getSynapseXPath(org.apache.axiom.om.OMElement elem, String expression)
static SynapseXPath
getSynapseXPath(org.apache.axiom.om.OMElement elem, QName attribName)
-
-
-
Method Detail
-
getSynapseXPath
public static SynapseXPath getSynapseXPath(org.apache.axiom.om.OMElement elem, QName attribName) throws org.jaxen.JaxenException
- Throws:
org.jaxen.JaxenException
-
getSynapseXPath
public static SynapseXPath getSynapseXPath(org.apache.axiom.om.OMElement elem, String expression) throws org.jaxen.JaxenException
- Throws:
org.jaxen.JaxenException
-
-