Interface IStreamingPojo

All Known Subinterfaces:
IStreamingPojoComponent

@Deprecated public interface IStreamingPojo
Deprecated.
Pojo components are deprecated, use IAction
The interface for POJO components that want to stream content to the caller.
Author:
jamesdixon
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Gets the mimetype of the content that this object will write to the output stream
    void
    Deprecated.
    Sets the outputstream that the component can stream content to
  • Method Details

    • setOutputStream

      void setOutputStream(OutputStream outputStream)
      Deprecated.
      Sets the outputstream that the component can stream content to
      Parameters:
      outputStream -
    • getMimeType

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