Class RevocationReasonAdapter


  • public class RevocationReasonAdapter
    extends javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,​RevocationReason>
    The RevocationReasonAdapter class provides custom marshaling for RevocationReason.
    • Constructor Detail

      • RevocationReasonAdapter

        public RevocationReasonAdapter()
    • Method Detail

      • unmarshal

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

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