Class CertIdAdapter


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

      Constructors 
      Constructor Description
      CertIdAdapter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String marshal​(CertId value)  
      CertId unmarshal​(java.lang.String value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CertIdAdapter

        public CertIdAdapter()
    • Method Detail

      • unmarshal

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

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