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

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

Methods in com.ibm.websphere.sca.soap.attachments that throw AttachmentProcessingException
 AttachmentMetaData Attachments.addAttachmentContent(java.lang.String contextID, java.io.InputStream attachment)
          Adds Attachment content to the context ID.
 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.getAttachmentCount(java.lang.String contextID)
          Returns the number of attachments for the specified attachment context ID.
 int Attachments.getContentSize(java.lang.String contextID, java.lang.String attachmentID)
          Returns the number of bytes in this Attachment object.
 ExpirationPolicy Attachments.getExpirationPolicy(java.lang.String contextID)
          Returns the ExpirationPolicy for the specified attachment context ID.
 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.
 void Attachments.removeAttachmentContextForSCAMessage(com.ibm.wsspi.sca.message.Message message)
          Explicitly removes the attachment context ID for an SCA message.
 void Attachments.removeAttachmentContextForSMO(com.ibm.websphere.sibx.smobo.ServiceMessageObject message)
          Explicitly removes the attachment context ID for an SMO.
 void Attachments.setExpirationPolicy(java.lang.String contextID, ExpirationPolicy policy)
          Sets the ExpirationPolicy for the specified attachment context ID.
 void Attachments.setShouldPropagateAtImport(java.lang.String contextID, boolean val)
          Sets the flag controlling whether attachments are propagated through Web Service imports.
 boolean Attachments.shouldPropagateAtImport(java.lang.String contextID)
          Returns true if attachments should be propagated through Web Service import.
 



Copyright © 2006 IBM Corp. All Rights Reserved.