Package org.apache.synapse.config.xml
Class SynapseXPathSerializer
- java.lang.Object
-
- org.apache.synapse.config.xml.SynapseXPathSerializer
-
public class SynapseXPathSerializer extends Object
-
-
Constructor Summary
Constructors Constructor Description SynapseXPathSerializer()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.apache.axiom.om.OMElement
serializeTextXPath(SynapseXPath xpath, String expression, org.apache.axiom.om.OMElement elem, String attribName)
static org.apache.axiom.om.OMElement
serializeXPath(SynapseXPath xpath, String expression, org.apache.axiom.om.OMElement elem, String attribName)
static org.apache.axiom.om.OMElement
serializeXPath(SynapseXPath xpath, org.apache.axiom.om.OMElement elem, String attribName)
-
-
-
Method Detail
-
serializeXPath
public static org.apache.axiom.om.OMElement serializeXPath(SynapseXPath xpath, org.apache.axiom.om.OMElement elem, String attribName)
-
serializeXPath
public static org.apache.axiom.om.OMElement serializeXPath(SynapseXPath xpath, String expression, org.apache.axiom.om.OMElement elem, String attribName)
-
serializeTextXPath
public static org.apache.axiom.om.OMElement serializeTextXPath(SynapseXPath xpath, String expression, org.apache.axiom.om.OMElement elem, String attribName)
-
-