| Package | Description |
|---|---|
| javax.activation | |
| javax.xml.bind.attachment |
This package is implemented by a MIME-based package processor that enables the interpretation and creation of optimized binary data within an MIME-based package format.
|
| javax.xml.soap |
Provides the API for creating and building SOAP messages.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
CommandInfo.getCommandObject(DataHandler
Return the instantiated JavaBean component.
|
void |
CommandObject.setCommandContext(String
Initialize the Command with the verb it is requested to handle and the DataHandler that describes the data it will operate on.
|
| Modifier and Type | Method and Description |
|---|---|
abstract DataHandler |
AttachmentUnmarshaller.getAttachmentAsDataHandler(String
Lookup MIME content by content-id,
cid, and return as a
DataHandler.
|
| Modifier and Type | Method and Description |
|---|---|
abstract String |
AttachmentMarshaller.addMtomAttachment(DataHandler
Consider MIME content
data for optimized binary storage as an attachment.
|
abstract String |
AttachmentMarshaller.addSwaRefAttachment(DataHandler
Add MIME
data as an attachment and return attachment's content-id, cid.
|
| Modifier and Type | Method and Description |
|---|---|
abstract DataHandler |
AttachmentPart.getDataHandler()
Gets the
DataHandler object for this
AttachmentPart object.
|
| Modifier and Type | Method and Description |
|---|---|
AttachmentPart |
SOAPMessage.createAttachmentPart(DataHandler
Creates an
AttachmentPart object and populates it using the given
DataHandler object.
|
abstract void |
AttachmentPart.setDataHandler(DataHandler
Sets the given
DataHandler object as the data handler for this
AttachmentPart object.
|