Skip navigation links

Java API Reference for Oracle Infrastructure Web Services
11
Release 1 (11.1.1)

E10654-02


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, 2009 Oracle. All Rights Reserved.