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