Class AttachmentUnmarshallerImpl

java.lang.Object
jakarta.xml.bind.attachment.AttachmentUnmarshaller
com.sun.xml.ws.message.AttachmentUnmarshallerImpl

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

    • AttachmentUnmarshallerImpl

      public AttachmentUnmarshallerImpl(AttachmentSet attachments)
  • Method Details

    • getAttachmentAsDataHandler

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

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