|
Oracle Application Server Web Services Java API Reference 10g Release 3 (10.1.3) B25988-01 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Attachment | |
| oracle.webservices.attachments | This package contains the classes and interfaces to support streaming attachments. |
| Uses of Attachment in oracle.webservices.attachments |
| Methods in oracle.webservices.attachments that return Attachment | |
abstract Attachment |
AttachmentFactory.createAttachment(String id, DataHandler dataHandler)Create an Attachment from a DataHandler. |
abstract Attachment |
AttachmentFactory.createAttachment(String id, String contentType, InputStream attachmentStream)Create and Attachment from an InputStream. |
Attachment |
IncomingAttachments.nextAttachment()Returns an Attachment object for the next attachment on the wire. |
| Methods in oracle.webservices.attachments with parameters of type Attachment | |
void |
OutgoingAttachments.addAttachment(Attachment attachment)Add an attachment to the outgoing message. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||