org.ws4d.java.attachment.interfaces.outgoing
Interface OutgoingOutputStreamAttachment

All Superinterfaces:
Attachment, OutgoingAttachment

public interface OutgoingOutputStreamAttachment
extends OutgoingAttachment


Field Summary
 
Fields inherited from interface org.ws4d.java.attachment.Attachment
FILE_ATTACHMENT, MEMORY_ATTACHMENT, OUTPUTSTREAM_ATTACHMENT, STREAM_ATTACHMENT
 
Method Summary
 java.io.OutputStream getOutputStream()
          Returns an ouput stream which allows to write the stream data.
 
Methods inherited from interface org.ws4d.java.attachment.Attachment
dispose, getContentId, getContentType, getTransferEncoding, getType, serialize
 

Method Detail

getOutputStream

java.io.OutputStream getOutputStream()
Returns an ouput stream which allows to write the stream data.

The stream MUST be closed if the streaming ends and the communication should continue correctly!

Returns:
the output stream.