org.eclipse.persistence.oxm.attachment
Interface XMLAttachmentUnmarshaller

All Known Implementing Classes:
AttachmentUnmarshallerAdapter

public interface XMLAttachmentUnmarshaller


Method Summary
 byte[] getAttachmentAsByteArray(String id)
           
 DataHandler getAttachmentAsDataHandler(String id)
           
 boolean isXOPPackage()
           
 

Method Detail

getAttachmentAsDataHandler

DataHandler getAttachmentAsDataHandler(String id)

getAttachmentAsByteArray

byte[] getAttachmentAsByteArray(String id)

isXOPPackage

boolean isXOPPackage()