Package org.apache.synapse.config.xml
Class ValueSerializer
- java.lang.Object
-
- org.apache.synapse.config.xml.ValueSerializer
-
-
Constructor Summary
Constructors Constructor Description ValueSerializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.axiom.om.OMElement
serializeTextValue(Value key, String name, org.apache.axiom.om.OMElement elem)
Serialize the Value object to an OMElement representing the entryorg.apache.axiom.om.OMElement
serializeValue(Value key, String name, org.apache.axiom.om.OMElement elem)
Serialize the Value object to an OMElement representing the entry
-