Skip navigation links

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

E10654-02


oracle.webservices.attachments
Interface Attachments


public interface Attachments

The Attachments object collects the incoming and outgoing streaming attachments for a request. On the client side, outgoing attachments are the request attachments; incoming attachments are the response attachments. On teh server side, incoming attachments are the request attachments, outgoing attachments are the response attachments.


Method Summary
 IncomingAttachments getIncomingAttachments()
          Get the incoming streaming attachments for a web service onvocation.
 OutgoingAttachments getOutgoingAttachments()
          Get the outgoing streaming attachments for a web service.

 

Method Detail

getIncomingAttachments

IncomingAttachments getIncomingAttachments()
Get the incoming streaming attachments for a web service onvocation. On the client side, the incoming attachments are empty until after the service is invoked.
Returns:
An IncomingAttachments object

getOutgoingAttachments

OutgoingAttachments getOutgoingAttachments()
Get the outgoing streaming attachments for a web service.
Returns:
outgoing attachments

Skip navigation links

Copyright © 2006, 2009 Oracle. All Rights Reserved.