|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis.attachments.IncomingAttachmentStreams
org.apache.axis.attachments.DimeAttachmentStreams
public final class 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.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.axis.attachments.IncomingAttachmentStreams |
---|
IncomingAttachmentStreams.IncomingAttachmentInputStream |
Constructor Summary | |
---|---|
DimeAttachmentStreams(DimeDelimitedInputStream stream)
|
Method Summary | |
---|---|
IncomingAttachmentStreams.IncomingAttachmentInputStream |
getNextStream()
|
Methods inherited from class org.apache.axis.attachments.IncomingAttachmentStreams |
---|
isReadyToGetNextStream, setReadyToGetNextStream |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DimeAttachmentStreams(DimeDelimitedInputStream stream) throws AxisFault
AxisFault
Method Detail |
---|
public IncomingAttachmentStreams.IncomingAttachmentInputStream getNextStream() throws AxisFault
getNextStream
in class IncomingAttachmentStreams
AxisFault
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |