Skip navigation links

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

B28977-01


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