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.
getAttachmentByReference
public abstract Part getAttachmentByReference(String[] id)
throws AxisFault
getAttachments
public abstract java.util.Collection getAttachments()
throws AxisFault
getContentId
public abstract String getContentId()
Return the content id of the stream.
- the Content-Location of the stream.
Null if no content-location specified.
getContentLocation
public abstract String getContentLocation()
Return the content location.
- the Content-Location of the stream.
Null if no content-location specified.
Copyright © 2005 Apache Web Services Project. All Rights Reserved.