Module org.eclipse.persistence.dbws
Class AttachmentHelper
java.lang.Object
org.eclipse.persistence.internal.xr.AttachmentHelper
INTERNAL: AttachmentHelper
is a helper object used by
the QueryOperation
to handle binary attachments.
- Since:
- EclipseLink 1.x
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Object
buildAttachmentHandler
(byte[] bytes, String mimeType) INTERNAL: build aDataHandler
backed by aByteArrayDataSource
-
Constructor Details
-
AttachmentHelper
public AttachmentHelper()
-
-
Method Details
-
buildAttachmentHandler
INTERNAL: build a
DataHandler
backed by aByteArrayDataSource
-