| Package | Description |
|---|---|
| org.jacorb.orb.giop | |
| org.jacorb.orb.portableInterceptor | |
| org.jacorb.security.sas | |
| org.jacorb.util.tracing | |
| org.omg.PortableInterceptor |
| Modifier and Type | Class and Description |
|---|---|
class |
BiDirConnectionClientInterceptor |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultClientInterceptor |
class |
RecursionAwareCI |
| Modifier and Type | Method and Description |
|---|---|
void |
ORBInitInfoImpl.add_client_request_interceptor(ClientRequestInterceptor interceptor) |
| Modifier and Type | Class and Description |
|---|---|
class |
SASClientInterceptor
This is the SAS Client Security Service (CSS) Interceptor
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClientTraceInterceptor |
| Modifier and Type | Field and Description |
|---|---|
ClientRequestInterceptor |
ClientRequestInterceptorHolder.value |
| Modifier and Type | Method and Description |
|---|---|
static ClientRequestInterceptor |
ClientRequestInterceptorHelper.extract(Any any) |
static ClientRequestInterceptor |
ClientRequestInterceptorHelper.narrow(Object obj) |
static ClientRequestInterceptor |
ClientRequestInterceptorHelper.read(InputStream in) |
static ClientRequestInterceptor |
ClientRequestInterceptorHelper.unchecked_narrow(Object obj) |
| Modifier and Type | Method and Description |
|---|---|
void |
ORBInitInfoOperations.add_client_request_interceptor(ClientRequestInterceptor interceptor) |
static void |
ClientRequestInterceptorHelper.insert(Any any,
ClientRequestInterceptor s) |
static void |
ClientRequestInterceptorHelper.write(OutputStream _out,
ClientRequestInterceptor s) |
| Constructor and Description |
|---|
ClientRequestInterceptorHolder(ClientRequestInterceptor initial) |