Interface DataSourceProviderWriteHandler

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void write​(org.pentaho.reporting.engine.classic.core.modules.parser.extwriter.ReportWriterContext reportWriter, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter, DataSourceProvider dataFactory)
      Writes a data-source into a XML-stream.
    • Method Detail

      • write

        void write​(org.pentaho.reporting.engine.classic.core.modules.parser.extwriter.ReportWriterContext reportWriter,
                   org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter,
                   DataSourceProvider dataFactory)
            throws IOException,
                   org.pentaho.reporting.engine.classic.core.modules.parser.extwriter.ReportWriterException
        Writes a data-source into a XML-stream.
        Parameters:
        reportWriter - the writer context that holds all factories.
        xmlWriter - the XML writer that will receive the generated XML data.
        dataFactory - the data factory that should be written.
        Throws:
        IOException - if any error occured
        org.pentaho.reporting.engine.classic.core.modules.parser.extwriter.ReportWriterException - if the data factory cannot be written.