Class KeyIdAdapter


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

      Constructors 
      Constructor Description
      KeyIdAdapter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String marshal​(KeyId value)  
      KeyId 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

      • KeyIdAdapter

        public KeyIdAdapter()
    • Method Detail

      • unmarshal

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

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