Class RevocationReasonAdapter


  • @Deprecated
    public class RevocationReasonAdapter
    extends javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,​RevocationReason>
    Deprecated.
    Use the revocation reason code or label instead.
    The RevocationReasonAdapter class provides custom marshaling for RevocationReason.
    • Constructor Detail

      • RevocationReasonAdapter

        public RevocationReasonAdapter()
        Deprecated.
    • Method Detail

      • unmarshal

        public RevocationReason unmarshal​(java.lang.String value)
                                   throws java.lang.Exception
        Deprecated.
        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
        Deprecated.
        Specified by:
        marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,​RevocationReason>
        Throws:
        java.lang.Exception