FileDocCategorySizeDatePackage
MultiPartInputStream.javaAPI DocApache Axis 1.41552Sat Apr 22 18:57:28 BST 2006org.apache.axis.attachments

MultiPartInputStream

public abstract class MultiPartInputStream extends FilterInputStream
This simulates the multipart stream.
author
Rick Rineholt

Fields Summary
Constructors Summary
MultiPartInputStream(InputStream is)

        super(is);
    
Methods Summary
public abstract org.apache.axis.PartgetAttachmentByReference(java.lang.String[] id)

public abstract java.util.CollectiongetAttachments()

public abstract java.lang.StringgetContentId()
Return the content id of the stream.

return
the Content-Location of the stream. Null if no content-location specified.

public abstract java.lang.StringgetContentLocation()
Return the content location.

return
the Content-Location of the stream. Null if no content-location specified.