Skip navigation links

Oracle Application Server
Web Services Java API Reference
10g Release 3 (10.1.3.1.0)

B28977-01


Uses of Interface
oracle.webservices.attachments.Attachment

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.

 


Skip navigation links

Copyright © 2006, Oracle. All Rights Reserved.