当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档
MultiPartInputStream (JAXRPC API) - JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档
org.apache.axis.attachments
Class MultiPartInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
org.apache.axis.attachments.MultiPartInputStream
- Direct Known Subclasses:
- MultiPartDimeInputStream, MultiPartRelatedInputStream
- public abstract class MultiPartInputStream
- extends FilterInputStream
This simulates the multipart stream
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getAttachmentByReference
public abstract Part getAttachmentByReference(String[] id)
throws AxisFault
- Throws:
AxisFault
getAttachments
public abstract Collection getAttachments()
throws AxisFault
- Throws:
AxisFault
getContentLocation
public abstract String getContentLocation()
- Return the content location.
- Returns:
- the Content-Location of the stream.
Null if no content-location specified.
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.
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.