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 Attachment


public interface Attachment

An Attachment represents a streamed attachment.


Method Summary
 DataHandler getDataHandler()
          Get the DataHandler that represents the attachment.
 String getId()
          Get the attachment ID.

 

Method Detail

getId

String getId()
Get the attachment ID. This corresponds to the Content-Id MIME header for the part.
Returns:
The Attachemnt Id

getDataHandler

DataHandler getDataHandler()
Get the DataHandler that represents the attachment.
Returns:
The Data Handler

Skip navigation links

Copyright © 2006, Oracle. All Rights Reserved.