Package com.sun.xml.ws.message
Class AttachmentUnmarshallerImpl
- java.lang.Object
-
- javax.xml.bind.attachment.AttachmentUnmarshaller
-
- com.sun.xml.ws.message.AttachmentUnmarshallerImpl
-
public final class AttachmentUnmarshallerImpl extends javax.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)javax.activation.DataHandlergetAttachmentAsDataHandler(String cid)
-
-
-
Constructor Detail
-
AttachmentUnmarshallerImpl
public AttachmentUnmarshallerImpl(AttachmentSet attachments)
-
-
Method Detail
-
getAttachmentAsDataHandler
public javax.activation.DataHandler getAttachmentAsDataHandler(String cid)
- Specified by:
getAttachmentAsDataHandlerin classjavax.xml.bind.attachment.AttachmentUnmarshaller
-
getAttachmentAsByteArray
public byte[] getAttachmentAsByteArray(String cid)
- Specified by:
getAttachmentAsByteArrayin classjavax.xml.bind.attachment.AttachmentUnmarshaller
-
-