final class AttachmentUnmarshallerImpl
extends javax.xml.bind.attachment.AttachmentUnmarshaller
| Modifier and Type | Field and Description |
|---|---|
private MimePartProvider |
mimePartProvider |
| Constructor and Description |
|---|
AttachmentUnmarshallerImpl(MimePartProvider mimePartProvider) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getAttachmentAsByteArray(java.lang.String cid) |
javax.activation.DataHandler |
getAttachmentAsDataHandler(java.lang.String cid) |
boolean |
isXOPPackage() |
private final MimePartProvider mimePartProvider
AttachmentUnmarshallerImpl(MimePartProvider mimePartProvider)
public byte[] getAttachmentAsByteArray(java.lang.String cid)
getAttachmentAsByteArray in class javax.xml.bind.attachment.AttachmentUnmarshallerpublic javax.activation.DataHandler getAttachmentAsDataHandler(java.lang.String cid)
getAttachmentAsDataHandler in class javax.xml.bind.attachment.AttachmentUnmarshallerpublic boolean isXOPPackage()
isXOPPackage in class javax.xml.bind.attachment.AttachmentUnmarshaller