Class MultiPartInputStream

java.lang.Object
java.io.InputStream
java.io.FilterInputStream
org.apache.axis.attachments.MultiPartInputStream
All Implemented Interfaces:
Closeable, AutoCloseable
Direct Known Subclasses:
MultiPartDimeInputStream, MultiPartRelatedInputStream

public abstract class MultiPartInputStream extends FilterInputStream
This simulates the multipart stream.
Author:
Rick Rineholt
  • Method Details

    • getAttachmentByReference

      public abstract Part getAttachmentByReference(String[] id) throws AxisFault
      Throws:
      AxisFault
    • getAttachments

      public abstract Collection getAttachments() throws AxisFault
      Throws:
      AxisFault
    • getContentLocation

      public abstract String getContentLocation()
      Return the content location.
      Returns:
      the Content-Location of the stream. Null if no content-location specified.
    • getContentId

      public abstract String getContentId()
      Return the content id of the stream.
      Returns:
      the Content-Location of the stream. Null if no content-location specified.