Class FilterEventsToRawDocumentStep

    • Constructor Detail

      • FilterEventsToRawDocumentStep

        public FilterEventsToRawDocumentStep()
        Create a new FilterEventsToRawDocumentStep object.
    • Method Detail

      • setOutputURI

        public void setOutputURI​(URI outputURI)
      • setOutputStream

        public void setOutputStream​(OutputStream outputStream)
      • setOutputEncoding

        public void setOutputEncoding​(String outputEncoding)
      • getName

        public String getName()
        Description copied from interface: IPipelineStep
        Gets the localizable name of this step.
        Returns:
        the localizable name of this step.
      • getDescription

        public String getDescription()
        Description copied from interface: IPipelineStep
        Gets a short localizable description of what this step does.
        Returns:
        the text of a short description of what this step does.
      • handleEvent

        public Event handleEvent​(Event event)
        Catch all incoming Events and write them out to the output document. This step generates NO_OP events until the input events are exhausted, at which point a RawDocument event is sent.
        Specified by:
        handleEvent in interface IPipelineStep
        Overrides:
        handleEvent in class BasePipelineStep
        Parameters:
        event - the event to process.
        Returns:
        the event to pass down the pipeline.