org.apache.axis.attachments
Class MultiPartInputStream
java.io.FilterInputStream
org.apache.axis.attachments.MultiPartInputStream
public abstract class MultiPartInputStream
extends java.io.FilterInputStream
This simulates the multipart stream.
- Rick Rineholt
getAttachmentByReference
public Part getAttachmentByReference(String[] id)
throws AxisFault
getAttachments
public java.util.Collection getAttachments()
throws AxisFault
getContentId
public String getContentId()
Return the content id of the stream.
- the Content-Location of the stream.
Null if no content-location specified.
getContentLocation
public String getContentLocation()
Return the content location.
- the Content-Location of the stream.
Null if no content-location specified.
Copyright B) 2005 Apache Web Services Project. All Rights Reserved.