站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > 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
  extended byjava.io.InputStream
      extended byjava.io.FilterInputStream
          extended byorg.apache.axis.attachments.MultiPartInputStream
Direct Known Subclasses:
MultiPartDimeInputStream, MultiPartRelatedInputStream

public abstract class MultiPartInputStream
extends FilterInputStream

This simulates the multipart stream


Field Summary
 
Fields inherited from class java.io.FilterInputStream
in
 
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.
 
Methods inherited from class java.io.FilterInputStream
available, close, mark, markSupported, read, read, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.