org.eclipse.persistence.oxm.attachment
Interface XMLAttachmentMarshaller

All Known Implementing Classes:
AttachmentMarshallerAdapter

public interface XMLAttachmentMarshaller


Method Summary
 String addMtomAttachment(byte[] data, int start, int length, String mimeType, String elementName, String namespace)
           
 String addMtomAttachment(DataHandler data, String elementName, String namespace)
           
 String addSwaRefAttachment(byte[] data, int start, int length)
           
 String addSwaRefAttachment(DataHandler data)
           
 boolean isXOPPackage()
           
 

Method Detail

addMtomAttachment

String addMtomAttachment(DataHandler data,
                         String elementName,
                         String namespace)

addSwaRefAttachment

String addSwaRefAttachment(DataHandler data)

addMtomAttachment

String addMtomAttachment(byte[] data,
                         int start,
                         int length,
                         String mimeType,
                         String elementName,
                         String namespace)

addSwaRefAttachment

String addSwaRefAttachment(byte[] data,
                           int start,
                           int length)

isXOPPackage

boolean isXOPPackage()