public interface RequestProcessor<RESOURCE>
RequestProcessChain.doProcess() .| Modifier and Type | Interface and Description |
|---|---|
static class |
RequestProcessor.RequestType
Enumeration determines what kind of request we are processing
|
| Modifier and Type | Method and Description |
|---|---|
void |
doProcess(RequestProcessor.RequestType type,
java.lang.Object dto,
AbstractResponseBuilder<RESOURCE,?,?> responseBuilder,
RequestProcessChain chain)
Performed right before
AbstractResponseBuilder.processRequest(). |
void doProcess(RequestProcessor.RequestType type, java.lang.Object dto, AbstractResponseBuilder<RESOURCE,?,?> responseBuilder, RequestProcessChain chain)
AbstractResponseBuilder.processRequest(). Result of
that method decides to perform default logic for processing the response.Copyright © 2018 SAP SE. All Rights Reserved.