public interface InforInterceptor
| Modifier and Type | Method and Description |
|---|---|
void |
afterError(INFOR_OPERATION operation,
InforRequestData requestData,
InforErrorData errorData,
InforExtractedData extractedData)
Callback executed after the actual call to every Infor service, in case of error
|
void |
afterSuccess(INFOR_OPERATION operation,
InforRequestData requestData,
InforResponseData responseData,
InforExtractedData extractedData)
Callback executed after the call to every Infor service, in case of success
|
void |
before(INFOR_OPERATION operation,
InforRequestData requestData)
Callback executed before the actual call to every Infor service
|
void before(INFOR_OPERATION operation, InforRequestData requestData)
operation - Operation to executerequestData - Request parametersvoid afterSuccess(INFOR_OPERATION operation, InforRequestData requestData, InforResponseData responseData, InforExtractedData extractedData)
operation - Operation to executerequestData - Request parametersresponseData - Response parametersextractedData - Data extracted from the responsevoid afterError(INFOR_OPERATION operation, InforRequestData requestData, InforErrorData errorData, InforExtractedData extractedData)
operation - Operation to executerequestData - Request parameterserrorData - Error detailsextractedData - Data extracted from the responseCopyright © 2024 CERN European Organization for Nuclear Research. All rights reserved.