org.pentaho.platform.api.engine
Interface IStreamingPojo

All Known Subinterfaces:
IStreamingPojoComponent

public interface IStreamingPojo

The interface for POJO components that want to stream content to the caller.

Author:
jamesdixon

Method Summary
 String getMimeType()
          Gets the mimetype of the content that this object will write to the output stream
 void setOutputStream(OutputStream outputStream)
          Sets the outputstream that the component can stream content to
 

Method Detail

setOutputStream

void setOutputStream(OutputStream outputStream)
Sets the outputstream that the component can stream content to

Parameters:
outputStream -

getMimeType

String getMimeType()
Gets the mimetype of the content that this object will write to the output stream

Returns: