EclipseLink1.0 - 20080707 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()

EclipseLink1.0 - 20080707 API Reference