| Package | Description |
|---|---|
| ch.cern.eam.wshub.core.interceptors | |
| ch.cern.eam.wshub.core.services |
| Modifier and Type | Method and Description |
|---|---|
void |
InforInterceptor.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 |
InforInterceptor.afterSuccess(INFOR_OPERATION operation,
InforRequestData requestData,
InforResponseData responseData,
InforExtractedData extractedData)
Callback executed after the call to every Infor service, in case of success
|
void |
InforInterceptor.before(INFOR_OPERATION operation,
InforRequestData requestData)
Callback executed before the actual call to every Infor service
|
| Modifier and Type | Method and Description |
|---|---|
static INFOR_OPERATION |
INFOR_OPERATION.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static INFOR_OPERATION[] |
INFOR_OPERATION.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2022 CERN European Organization for Nuclear Research. All rights reserved.