Class | Description |
---|---|
AProcessHandler | |
PipeletHandler |
Implements the handling of HTTP requests for reading the description file of a pipelet.
|
PipeletProcessHandler |
Implements the handling of HTTP requests by Pipelets.
|
PipeletsHandler |
Implements the handling of HTTP requests for reading defined pipelets.
|
PipelineHandler |
Implements the handling of HTTP requests for reading and deleting a workflow definition.
|
PipelineProcessHandler |
Implements the handling of HTTP requests for WorkflowProcessor.
|
PipelinesHandler |
Implements the handling of HTTP requests for adding and listing pipeline definitions.
|
Exception | Description |
---|---|
AProcessHandler.EmptyQueryException |
special exception to denote empty queries ( -> BAD_REQUEST, not SERVER_ERROR).
|