Package org.apache.axis.attachments
Class MultiPartInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
org.apache.axis.attachments.MultiPartInputStream
- All Implemented Interfaces:
Closeable
,AutoCloseable
- Direct Known Subclasses:
MultiPartDimeInputStream
,MultiPartRelatedInputStream
This simulates the multipart stream.
- Author:
- Rick Rineholt
-
Field Summary
Fields inherited from class java.io.FilterInputStream
in
-
Method Summary
Modifier and TypeMethodDescriptionabstract Part
abstract Collection
abstract String
Return the content id of the stream.abstract String
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.io.InputStream
nullInputStream, readAllBytes, readNBytes, readNBytes, skipNBytes, transferTo
-
Method Details
-
getAttachmentByReference
- Throws:
AxisFault
-
getAttachments
- Throws:
AxisFault
-
getContentLocation
Return the content location.- Returns:
- the Content-Location of the stream. Null if no content-location specified.
-
getContentId
Return the content id of the stream.- Returns:
- the Content-Location of the stream. Null if no content-location specified.
-