public class AttachmentMarshallerAdapter extends Object implements XMLAttachmentMarshaller
Purpose:Provide an implementation of the TopLink OX XMLAttachmentMarshaller interface that wraps an implementation of the JAXB AttachmentMarshaller interface.
Responsibilities:
This class allows TopLink OXM to do attachment marshalling callback events to a JAXB 2.0 Listener without adding a dependancy on JAXB 2.0 into core TopLink. The Adapter class wraps a javax.xml.bin.attachment.AttachmentMarshaller and passes on the events as they're raised
AttachmentMarshaller
,
XMLAttachmentMarshaller
Constructor and Description |
---|
AttachmentMarshallerAdapter(AttachmentMarshaller a) |
Modifier and Type | Method and Description |
---|---|
String |
addMtomAttachment(byte[] data,
int offset,
int length,
String mimeType,
String elementName,
String namespace) |
String |
addMtomAttachment(DataHandler data,
String elementName,
String namespaceURI) |
String |
addSwaRefAttachment(byte[] data,
int offset,
int length) |
String |
addSwaRefAttachment(DataHandler data) |
AttachmentMarshaller |
getAttachmentMarshaller() |
boolean |
isXOPPackage() |
public AttachmentMarshallerAdapter(AttachmentMarshaller a)
public boolean isXOPPackage()
isXOPPackage
in interface XMLAttachmentMarshaller
public String addMtomAttachment(DataHandler data, String elementName, String namespaceURI)
addMtomAttachment
in interface XMLAttachmentMarshaller
public String addMtomAttachment(byte[] data, int offset, int length, String mimeType, String elementName, String namespace)
addMtomAttachment
in interface XMLAttachmentMarshaller
public String addSwaRefAttachment(DataHandler data)
addSwaRefAttachment
in interface XMLAttachmentMarshaller
public String addSwaRefAttachment(byte[] data, int offset, int length)
addSwaRefAttachment
in interface XMLAttachmentMarshaller
public AttachmentMarshaller getAttachmentMarshaller()
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference