Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.axis.attachments
Class MultiPartInputStream  view MultiPartInputStream download MultiPartInputStream.java

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

public abstract class MultiPartInputStream
extends java.io.FilterInputStream

This simulates the multipart stream.


Field Summary
 
Fields inherited from class java.io.FilterInputStream
in
 
Constructor Summary
(package private) MultiPartInputStream(java.io.InputStream is)
           
 
Method Summary
abstract  org.apache.axis.Part getAttachmentByReference(java.lang.String[] id)
           
abstract  java.util.Collection getAttachments()
           
abstract  java.lang.String getContentId()
          Return the content id of the stream.
abstract  java.lang.String getContentLocation()
          Return the content location.
 
Methods inherited from class java.io.FilterInputStream
available, close, mark, markSupported, read, read, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiPartInputStream

MultiPartInputStream(java.io.InputStream is)
Method Detail

getAttachmentByReference

public abstract org.apache.axis.Part getAttachmentByReference(java.lang.String[] id)
                                                       throws org.apache.axis.AxisFault

getAttachments

public abstract java.util.Collection getAttachments()
                                             throws org.apache.axis.AxisFault

getContentLocation

public abstract java.lang.String getContentLocation()
Return the content location.


getContentId

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