org.pentaho.platform.engine.services.outputhandler
Class MemoryOutputHandler

java.lang.Object
  extended by org.pentaho.platform.engine.services.outputhandler.BaseOutputHandler
      extended by org.pentaho.platform.engine.services.outputhandler.MemoryOutputHandler
All Implemented Interfaces:
IContentListener, IContentOutputHandler, IMimeTypeListener

public class MemoryOutputHandler
extends BaseOutputHandler
implements IContentListener

An output handler that stores the output into memory

Author:
jamesdixon

Constructor Summary
MemoryOutputHandler()
           
 
Method Summary
 void close()
           
 IContentItem getFileOutputContentItem()
          Returns a content item that can be used to stream content to a destination of some kind
 
Methods inherited from class org.pentaho.platform.engine.services.outputhandler.BaseOutputHandler
getActionName, getContentRef, getHandlerId, getInstanceId, getMimeType, getSession, getSolutionName, getSolutionPath, setActionName, setContentRef, setHandlerId, setInstanceId, setMimeType, setName, setSession, setSolutionName, setSolutionPath
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.pentaho.platform.api.engine.IMimeTypeListener
setMimeType, setName
 

Constructor Detail

MemoryOutputHandler

public MemoryOutputHandler()
Method Detail

getFileOutputContentItem

public IContentItem getFileOutputContentItem()
Description copied from interface: IContentOutputHandler
Returns a content item that can be used to stream content to a destination of some kind

Specified by:
getFileOutputContentItem in interface IContentOutputHandler
Specified by:
getFileOutputContentItem in class BaseOutputHandler

close

public void close()
Specified by:
close in interface IContentListener