Package org.apache.synapse.config.xml
Class SynapsePathSerializer
- java.lang.Object
-
- org.apache.synapse.config.xml.SynapsePathSerializer
-
public class SynapsePathSerializer extends Object
-
-
Constructor Summary
Constructors Constructor Description SynapsePathSerializer()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.apache.axiom.om.OMElement
serializePath(SynapsePath path, String expression, org.apache.axiom.om.OMElement elem, String attribName)
static org.apache.axiom.om.OMElement
serializePath(SynapsePath path, org.apache.axiom.om.OMElement elem, String attribName)
static org.apache.axiom.om.OMElement
serializePathWithBraces(SynapsePath path, org.apache.axiom.om.OMElement elem, String attribName)
static org.apache.axiom.om.OMElement
serializeTextPath(SynapsePath path, String expression, org.apache.axiom.om.OMElement elem, String attribName)
-
-
-
Method Detail
-
serializePath
public static org.apache.axiom.om.OMElement serializePath(SynapsePath path, org.apache.axiom.om.OMElement elem, String attribName)
-
serializePath
public static org.apache.axiom.om.OMElement serializePath(SynapsePath path, String expression, org.apache.axiom.om.OMElement elem, String attribName)
-
serializeTextPath
public static org.apache.axiom.om.OMElement serializeTextPath(SynapsePath path, String expression, org.apache.axiom.om.OMElement elem, String attribName)
-
serializePathWithBraces
public static org.apache.axiom.om.OMElement serializePathWithBraces(SynapsePath path, org.apache.axiom.om.OMElement elem, String attribName)
-
-