org.apache.axis.attachments

Class DimeAttachmentStreams


public final class DimeAttachmentStreams
extends IncomingAttachmentStreams

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.
Authors:
David Wong
Brian Husted

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

getNextStream, isReadyToGetNextStream, setReadyToGetNextStream

Constructor Details

DimeAttachmentStreams

public DimeAttachmentStreams(DimeDelimitedInputStream stream)
            throws AxisFault

Method Details

getNextStream

public IncomingAttachmentStreams.IncomingAttachmentInputStream getNextStream()
            throws AxisFault
Overrides:
getNextStream in interface IncomingAttachmentStreams

Copyright © 2005 Apache Web Services Project. All Rights Reserved.