Package com.sun.xml.ws.message
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.AttachmentUnmarshallerImplementation ofAttachmentUnmarshallerthat uses loads attachments fromAttachmentSetdirectly.- Author:
- Vivek Pandey
- See Also:
MimeMultipartParser
-
-
Constructor Summary
Constructors Constructor Description AttachmentUnmarshallerImpl(AttachmentSet attachments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getAttachmentAsByteArray(String cid)jakarta.activation.DataHandlergetAttachmentAsDataHandler(String cid)
-
-
-
Constructor Detail
-
AttachmentUnmarshallerImpl
public AttachmentUnmarshallerImpl(AttachmentSet attachments)
-
-
Method Detail
-
getAttachmentAsDataHandler
public jakarta.activation.DataHandler getAttachmentAsDataHandler(String cid)
- Specified by:
getAttachmentAsDataHandlerin classjakarta.xml.bind.attachment.AttachmentUnmarshaller
-
getAttachmentAsByteArray
public byte[] getAttachmentAsByteArray(String cid)
- Specified by:
getAttachmentAsByteArrayin classjakarta.xml.bind.attachment.AttachmentUnmarshaller
-
-