Skip navigation links

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

E10654-02


oracle.webservices.attachments
Interface OutgoingAttachments


public interface OutgoingAttachments

A collection of outgoing (client request or server response) streaming attachments object.


Method Summary
 void addAttachment(Attachment attachment)
          Add an attachment to the outgoing message.

 

Method Detail

addAttachment

void addAttachment(Attachment attachment)
Add an attachment to the outgoing message. Attachments can be created using the AttachmentFactory class.
Parameters:
attachment -

Skip navigation links

Copyright © 2006, 2009 Oracle. All Rights Reserved.