RESPONSE - type of response object for the pipeline@Api(allMethods=true)
public interface PipelineInterceptor<RESPONSE>
AbstractPipelineInterceptor instead.| Modifier and Type | Interface and Description |
|---|---|
static class |
PipelineInterceptor.ExecutionMode
Execution mode.
|
| Modifier and Type | Method and Description |
|---|---|
void |
afterSteps(PipelineContext context,
RESPONSE response)
Perform some action before the steps are executed.
|
PipelineInterceptor.ExecutionMode |
beforeSteps(PipelineContext context,
RESPONSE response)
Perform some action before the steps are executed.
|
String |
getFromStepId()
The id of the first step to intercept.
|
String |
getId()
Get the id for the interceptor.
|
String |
getToStepId()
The id of the last step to intercept.
|
String getId()
String getFromStepId()
String getToStepId()
PipelineInterceptor.ExecutionMode beforeSteps(PipelineContext context, RESPONSE response) throws GeomajasException
context - pipeline contextresponse - pipeline responseGeomajasException - any exception which may have been thrown during the executionvoid afterSteps(PipelineContext context, RESPONSE response) throws GeomajasException
context - pipeline contextresponse - pipeline responseGeomajasException - any exception which may have been thrown during the executionCopyright © 2015 Geosparc. All Rights Reserved.