Exporter exporter = setup();
ExporterInput exporterInput = SimpleExporterInput.getInstance(printList);
exporter.setExporterInput(exporterInput);
ExporterOutput exporterOutput = getExporterOutput(output);
exporter.setExporterOutput(exporterOutput);
ExporterConfiguration exporterConfiguration = getExporterConfiguration();
if (exporterConfiguration != null)
exporter.setConfiguration(exporterConfiguration);