Class CVAdapter


  • public class CVAdapter
    extends javax.xml.bind.annotation.adapters.XmlAdapter<javax.activation.DataHandler,​byte[]>
    Author:
    K.Venugopal@sun.com
    • Constructor Detail

      • CVAdapter

        public CVAdapter()
    • Method Detail

      • marshal

        public javax.activation.DataHandler marshal​(byte[] value)
        Specified by:
        marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<javax.activation.DataHandler,​byte[]>
      • unmarshal

        public byte[] unmarshal​(javax.activation.DataHandler dh)
        Specified by:
        unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<javax.activation.DataHandler,​byte[]>