Class RawDocumentWriterStep

  • All Implemented Interfaces:
    IPipelineStep

    public class RawDocumentWriterStep
    extends BasePipelineStep
    Writes a RawDocument to an output file.

    WARNING: This step eats the RawDocument Event after writing its contents. This step should normally be used as the last step in a pipeline when an output file is needed.

    This class implements the IPipelineStep interface for a step that takes a RawDocument and creates an output file from it. The generated file is passed on through a new RawDocument.

    • Constructor Detail

      • RawDocumentWriterStep

        public RawDocumentWriterStep()
        Creates a new RawDocumentWriterStep object. This constructor is needed to be able to instantiate an object from newInstance()