Package | Description |
---|---|
org.jacorb.orb.portableInterceptor | |
org.jacorb.orb.standardInterceptors | |
org.omg.PortableInterceptor |
Modifier and Type | Method and Description |
---|---|
void |
ORBInitInfoImpl.add_ior_interceptor(IORInterceptor interceptor) |
Modifier and Type | Class and Description |
---|---|
class |
CodeSetInfoInterceptor
This interceptor creates a codeset TaggedComponent.
|
class |
SASComponentInterceptor
This interceptor creates an sas TaggedComponent
|
class |
SSLComponentInterceptor
This interceptor creates an ssl TaggedComponent
|
Modifier and Type | Field and Description |
---|---|
IORInterceptor |
IORInterceptorHolder.value |
Modifier and Type | Method and Description |
---|---|
static IORInterceptor |
IORInterceptorHelper.extract(Any any) |
static IORInterceptor |
IORInterceptorHelper.narrow(Object obj) |
static IORInterceptor |
IORInterceptorHelper.read(InputStream in) |
static IORInterceptor |
IORInterceptorHelper.unchecked_narrow(Object obj) |
Modifier and Type | Method and Description |
---|---|
void |
ORBInitInfoOperations.add_ior_interceptor(IORInterceptor interceptor) |
static void |
IORInterceptorHelper.insert(Any any,
IORInterceptor s) |
static void |
IORInterceptorHelper.write(OutputStream _out,
IORInterceptor s) |
Constructor and Description |
---|
IORInterceptorHolder(IORInterceptor initial) |