Package org.apache.synapse.config.xml
Class EntrySerializer
- java.lang.Object
-
- org.apache.synapse.config.xml.EntrySerializer
-
-
Constructor Summary
Constructors Constructor Description EntrySerializer()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.apache.axiom.om.OMElement
serializeEntry(Entry entry, org.apache.axiom.om.OMElement parent)
Serialize the Entry object to an OMElement representing the entry
-
-
-
Method Detail
-
serializeEntry
public static org.apache.axiom.om.OMElement serializeEntry(Entry entry, org.apache.axiom.om.OMElement parent)
Serialize the Entry object to an OMElement representing the entry- Parameters:
entry
-parent
-- Returns:
- OMElement representing the entry
-
-