public class JAXBAttachmentUnmarshaller extends javax.xml.bind.attachment.AttachmentUnmarshaller
Constructor and Description |
---|
JAXBAttachmentUnmarshaller(Collection<Attachment> attachments) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getAttachmentAsByteArray(String contentId) |
javax.activation.DataHandler |
getAttachmentAsDataHandler(String contentId) |
boolean |
isXOPPackage() |
public JAXBAttachmentUnmarshaller(Collection<Attachment> attachments)
public javax.activation.DataHandler getAttachmentAsDataHandler(String contentId)
getAttachmentAsDataHandler
in class javax.xml.bind.attachment.AttachmentUnmarshaller
public byte[] getAttachmentAsByteArray(String contentId)
getAttachmentAsByteArray
in class javax.xml.bind.attachment.AttachmentUnmarshaller
public boolean isXOPPackage()
isXOPPackage
in class javax.xml.bind.attachment.AttachmentUnmarshaller
Apache CXF