Package | Description |
---|---|
oracle.webservices.attachments |
This package contains the classes and interfaces to support streaming attachments.
|
Modifier and Type | Method and Description |
---|---|
abstract Attachment |
AttachmentFactory.createAttachment(java.lang.String id, javax.activation.DataHandler dataHandler)
Create an Attachment from a DataHandler.
|
abstract Attachment |
AttachmentFactory.createAttachment(java.lang.String id, java.lang.String contentType, java.io.InputStream attachmentStream)
Create and Attachment from an InputStream.
|
Attachment |
IncomingAttachments.nextAttachment()
Returns an Attachment object for the next attachment on the wire.
|
Modifier and Type | Method and Description |
---|---|
void |
OutgoingAttachments.addAttachment(Attachment attachment)
Add an attachment to the outgoing message.
|