Class AttachmentUnmarshallerImpl


  • public final class AttachmentUnmarshallerImpl
    extends javax.xml.bind.attachment.AttachmentUnmarshaller
    Implementation of AttachmentUnmarshaller that uses loads attachments from AttachmentSet directly.
    Author:
    Vivek Pandey
    See Also:
    MimeMultipartParser
    • Constructor Detail

      • AttachmentUnmarshallerImpl

        public AttachmentUnmarshallerImpl​(AttachmentSet attachments)
    • Method Detail

      • getAttachmentAsDataHandler

        public javax.activation.DataHandler getAttachmentAsDataHandler​(String cid)
        Specified by:
        getAttachmentAsDataHandler in class javax.xml.bind.attachment.AttachmentUnmarshaller
      • getAttachmentAsByteArray

        public byte[] getAttachmentAsByteArray​(String cid)
        Specified by:
        getAttachmentAsByteArray in class javax.xml.bind.attachment.AttachmentUnmarshaller