EclipseLink 2.3.2, build 'v20111125-r10461' API Reference

org.eclipse.persistence.oxm.attachment
Interface XMLAttachmentUnmarshaller

All Known Implementing Classes:
AttachmentUnmarshallerAdapter

public interface XMLAttachmentUnmarshaller


Method Summary
 byte[] getAttachmentAsByteArray(java.lang.String id)
           
 javax.activation.DataHandler getAttachmentAsDataHandler(java.lang.String id)
           
 boolean isXOPPackage()
           
 

Method Detail

getAttachmentAsDataHandler

javax.activation.DataHandler getAttachmentAsDataHandler(java.lang.String id)

getAttachmentAsByteArray

byte[] getAttachmentAsByteArray(java.lang.String id)

isXOPPackage

boolean isXOPPackage()

EclipseLink 2.3.2, build 'v20111125-r10461' API Reference