| Package | Description |
|---|---|
| org.omg.PortableInterceptor |
Provides a mechanism to register ORB hooks through which ORB services can intercept the normal flow of execution of the ORB.
|
| Modifier and Type | Method and Description |
|---|---|
static ForwardRequest |
ForwardRequestHelper.extract(Any
|
static ForwardRequest |
ForwardRequestHelper.read(InputStream
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ForwardRequestHelper.insert(Any
|
static void |
ForwardRequestHelper.write(OutputStream
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClientRequestInterceptorOperations.receive_exception(ClientRequestInfo
Indicates to the interceptor that an exception occurred.
|
void |
ClientRequestInterceptorOperations.receive_other(ClientRequestInfo
Allows an Interceptor to query the information available when a request results in something other than a normal reply or an exception.
|
void |
ServerRequestInterceptorOperations.receive_request_service_contexts(ServerRequestInfo
Allows the interceptor to process service context information.
|
void |
ServerRequestInterceptorOperations.receive_request(ServerRequestInfo
Allows an Interceptor to query request information after all the information, including operation parameters, are available.
|
void |
ServerRequestInterceptorOperations.send_exception(ServerRequestInfo
Allows an Interceptor to query the exception information and modify the reply service context before the exception is thrown to the client.
|
void |
ServerRequestInterceptorOperations.send_other(ServerRequestInfo
Allows an Interceptor to query the information available when a request results in something other than a normal reply or an exception.
|
void |
ClientRequestInterceptorOperations.send_request(ClientRequestInfo
Allows an Interceptor to query request information and modify the service context before the request is sent to the server.
|