Package org.apache.axis.attachments
Class DimeAttachmentStreams
java.lang.Object
org.apache.axis.attachments.IncomingAttachmentStreams
org.apache.axis.attachments.DimeAttachmentStreams
This is the concrete implementation of the IncomingAttachmentStreams class
and is used to parse data that is in the DIME format. This class will make
use of Axis’ DimeDelimitedInputStream to parse the data in the HTTP stream
which will give this class the capability of creating
IncomingAttachmentInputStream objects at each marker within the HTTP stream.
- Author:
- David Wong, Brian Husted
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.axis.attachments.IncomingAttachmentStreams
IncomingAttachmentStreams.IncomingAttachmentInputStream
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.apache.axis.attachments.IncomingAttachmentStreams
isReadyToGetNextStream, setReadyToGetNextStream
-
Constructor Details
-
DimeAttachmentStreams
- Throws:
AxisFault
-
-
Method Details
-
getNextStream
- Specified by:
getNextStream
in classIncomingAttachmentStreams
- Returns:
- The next delimited stream or null if no additional streams are left.
- Throws:
AxisFault
-