Modifier and Type | Interface and Description |
---|---|
interface |
RequestData
Defines an object that holds data associated to a specific request.
|
interface |
ResponseData
Defines an Object that holds response data associated to a specific request.
|
Modifier and Type | Method and Description |
---|---|
void |
Interceptor.postInvoke(java.util.Map<java.lang.Object,java.lang.Object> requestStateMap,
HttpZosConnectRequest httpZosConnectRequest,
Data data)
Runs implementor specific logic after a service endpoint has completed executing the request.
|
void |
Interceptor.preInvoke(java.util.Map<java.lang.Object,java.lang.Object> requestStateMap,
HttpZosConnectRequest httpZosConnectRequest,
Data data)
Runs implementor specific logic before a service endpoint is executed to drive the request.
|