Uses of Class
com.ibm.websphere.sca.soap.attachments.NoSuchAttachmentException

Uses of NoSuchAttachmentException in com.ibm.websphere.sca.soap.attachments
 

Methods in com.ibm.websphere.sca.soap.attachments that throw NoSuchAttachmentException
 AttachmentMetaData Attachments.addExistingAttachmentContent(java.lang.String contextID, java.lang.String attachmentID)
          This adds existing attachment content to the specified context ID.
 void Attachments.deleteAttachmentContent(java.lang.String contextID, java.lang.String attachmentID)
          Deletes the attachment content specified by the attachment context ID and attachment ID.
 java.io.InputStream Attachments.getAttachmentContent(java.lang.String contextID, java.lang.String attachmentID)
          Returns an InputStream of the attachment content.
 int Attachments.getContentSize(java.lang.String contextID, java.lang.String attachmentID)
          Returns the number of bytes in this Attachment object.
 AttachmentMetaData Attachments.getMetaDataForAttachment(java.lang.String contextID, java.lang.String attachmentID)
          Returns an attachment metadata object for the attachment associated with the attachment context ID and attachment unique ID.
 



Copyright © 2006 IBM Corp. All Rights Reserved.