Class AbstractPostscriptExportServerOperation<P extends ServerOperationParameters<M>,M extends ServerOperationMessage>
java.lang.Object
com.jadice.web.export.server.serveroperation.AbstractExportServerOperation<P,M,JPSExporter>
com.jadice.web.export.server.serveroperation.AbstractPostscriptExportServerOperation<P,M>
- All Implemented Interfaces:
ServerOperation<P,
M>
public abstract class AbstractPostscriptExportServerOperation<P extends ServerOperationParameters<M>,M extends ServerOperationMessage>
extends AbstractExportServerOperation<P,M,JPSExporter>
An
AbstractExportServerOperation
extension, that defaults to a
postscript exporter
.-
Nested Class Summary
Nested classes/interfaces inherited from interface com.levigo.jadice.web.server.ServerOperation
ServerOperation.Request<P>, ServerOperation.ResponseChannel<M>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected JPSExporter
createExporter
(ServerOperation.Request<P> request) Create the appropriateExporter
instance.Methods inherited from class com.jadice.web.export.server.serveroperation.AbstractExportServerOperation
doExport, invoke, onExportFailed
-
Constructor Details
-
AbstractPostscriptExportServerOperation
public AbstractPostscriptExportServerOperation()
-
-
Method Details
-
createExporter
Description copied from class:AbstractExportServerOperation
Create the appropriateExporter
instance. The instance shall not be shared and will be used exclusively by a single export task.- Specified by:
createExporter
in classAbstractExportServerOperation<P extends ServerOperationParameters<M>,
M extends ServerOperationMessage, JPSExporter> - Returns:
- an
Exporter
instance.
-