Uses of Class
uk.org.ogsadai.client.toolkit.exception.SOAPAttachmentException

Packages that use SOAPAttachmentException
uk.org.ogsadai.client.toolkit.soap This package provides classes for invoking operations on web services using SOAP over HTTP via Apache Axis. 
 

Uses of SOAPAttachmentException in uk.org.ogsadai.client.toolkit.soap
 

Methods in uk.org.ogsadai.client.toolkit.soap that throw SOAPAttachmentException
private  void SOAPCall.processAttachments(org.apache.axis.Message message)
          Extratcs attachments from SOAP message.
 java.io.InputStream AttachmentManager.getAttachmentAsInputStream(java.lang.String contentID)
          Get InputStream for data associated with the attachment described by the provided Content-Id MIME header.
 byte[] AttachmentManager.getAttachmentAsByteArray(java.lang.String contentID)
          Get attachment data as an array of bytes.
 java.lang.String AttachmentManager.getAttachmentAsString(java.lang.String contentID)
          Get attachment data as an array of bytes.