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