org.apache.axis.attachments
public abstract class MultiPartInputStream extends FilterInputStream
Method Summary | |
---|---|
abstract Part | getAttachmentByReference(String[] id) |
abstract Collection | getAttachments() |
abstract String | getContentId()
Return the content id of the stream.
|
abstract String | getContentLocation()
Return the content location. |
Returns: the Content-Location of the stream. Null if no content-location specified.
Returns: the Content-Location of the stream. Null if no content-location specified.