Skip navigation links

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

E10654-02


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