org.apache.axis.attachments

Class MultiPartInputStream

public abstract class MultiPartInputStream extends FilterInputStream

This simulates the multipart stream.

Author: Rick Rineholt

Method Summary
abstract PartgetAttachmentByReference(String[] id)
abstract CollectiongetAttachments()
abstract StringgetContentId()
Return the content id of the stream.
abstract StringgetContentLocation()
Return the content location.

Method Detail

getAttachmentByReference

public abstract Part getAttachmentByReference(String[] id)

getAttachments

public abstract Collection getAttachments()

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.

getContentLocation

public abstract String getContentLocation()
Return the content location.

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

Copyright B) 2005 Apache Web Services Project. All Rights Reserved.