Class EntrySerializer


  • public class EntrySerializer
    extends Object
    Serializer for Entry instances.
    • Field Detail

      • fac

        protected static final org.apache.axiom.om.OMFactory fac
      • synNS

        protected static final org.apache.axiom.om.OMNamespace synNS
      • nullNS

        protected static final org.apache.axiom.om.OMNamespace nullNS
    • Constructor Detail

      • EntrySerializer

        public EntrySerializer()
    • 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