Class RequestIdAdapter


  • public class RequestIdAdapter
    extends javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,​RequestId>
    The RequestIdAdapter class provides custom marshaling for RequestId.
    Author:
    Endi S. Dewata
    • Constructor Detail

      • RequestIdAdapter

        public RequestIdAdapter()
    • Method Detail

      • unmarshal

        public RequestId unmarshal​(java.lang.String value)
                            throws java.lang.Exception
        Specified by:
        unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,​RequestId>
        Throws:
        java.lang.Exception
      • marshal

        public java.lang.String marshal​(RequestId value)
                                 throws java.lang.Exception
        Specified by:
        marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,​RequestId>
        Throws:
        java.lang.Exception