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 Detail

      • 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: