com.sun.im.service
Interface ReceiverStreamingProfile

All Known Subinterfaces:
ReceiverFileStreamingProfile

public interface ReceiverStreamingProfile

Author:
Rahul

Method Summary
 void addOutput(java.io.OutputStream os)
          This method should be used to specify the stream where the data should be stored.
 java.lang.String getMimeType()
          Gets the mime-type of the streamed data
 

Method Detail

getMimeType

public java.lang.String getMimeType()
Gets the mime-type of the streamed data

Returns:
The mime type

addOutput

public void addOutput(java.io.OutputStream os)
This method should be used to specify the stream where the data should be stored.

Parameters:
os - The OutputStream where the data should be stored.