Modifier and Type | Class and Description |
---|---|
class |
BiDirConnectionClientInterceptor |
class |
BiDirConnectionServerInterceptor |
Modifier and Type | Class and Description |
---|---|
class |
DefaultClientInterceptor |
class |
DefaultServerInterceptor
DefaultServerInterceptor.java
A simple base class for user-defined server interceptors
|
class |
RecursionAwareCI |
Modifier and Type | Field and Description |
---|---|
protected Interceptor[] |
AbstractInterceptorIterator.interceptors |
Modifier and Type | Method and Description |
---|---|
protected Interceptor |
AbstractInterceptorIterator.nextElement()
Returns the next element in the enumeration
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
AbstractInterceptorIterator.invoke(Interceptor interceptor) |
protected void |
IORInterceptorIterator.invoke(Interceptor interceptor) |
protected void |
ServerInterceptorIterator.invoke(Interceptor interceptor) |
protected void |
ClientInterceptorIterator.invoke(Interceptor interceptor)
Iterates over the enumeration, i.e.
|
Constructor and Description |
---|
AbstractInterceptorIterator(Interceptor[] interceptors) |
ClientInterceptorIterator(org.slf4j.Logger logger,
Interceptor[] interceptors) |
IORInterceptorIterator(org.slf4j.Logger logger,
Interceptor[] interceptors) |
IORInterceptorIterator(org.slf4j.Logger logger,
Interceptor[] interceptors,
int[] ptags) |
RequestInterceptorIterator(Interceptor[] interceptors) |
ServerInterceptorIterator(Interceptor[] interceptors) |
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 | Class and Description |
---|---|
class |
SASClientInterceptor
This is the SAS Client Security Service (CSS) Interceptor
|
class |
SASTargetInterceptor
This is the SAS Target Security Service (TSS) Interceptor
|
Modifier and Type | Class and Description |
---|---|
class |
ServerInvocationInterceptor |
Modifier and Type | Class and Description |
---|---|
class |
ClientContextTransferInterceptor
This interceptor adds a service context with
the transactions propagation context to the
outgoing message.
|
class |
ServerContextTransferInterceptor
This interceptor transfers the propagation context
from the corresponding service context to a slot
in the PICurrent.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientTraceInterceptor |
class |
ServerTraceInterceptor |
Modifier and Type | Interface and Description |
---|---|
interface |
ClientRequestInterceptor
Generated from IDL interface "ClientRequestInterceptor".
|
interface |
IORInterceptor
Generated from IDL interface "IORInterceptor".
|
interface |
ServerRequestInterceptor
Generated from IDL interface "ServerRequestInterceptor".
|
Modifier and Type | Field and Description |
---|---|
Interceptor |
InterceptorHolder.value |
Modifier and Type | Method and Description |
---|---|
static Interceptor |
InterceptorHelper.extract(Any any) |
static Interceptor |
InterceptorHelper.narrow(Object obj) |
static Interceptor |
InterceptorHelper.read(InputStream in) |
static Interceptor |
InterceptorHelper.unchecked_narrow(Object obj) |
Modifier and Type | Method and Description |
---|---|
static void |
InterceptorHelper.insert(Any any,
Interceptor s) |
static void |
InterceptorHelper.write(OutputStream _out,
Interceptor s) |
Constructor and Description |
---|
InterceptorHolder(Interceptor initial) |
Copyright © 2016 JacORB. All rights reserved.