| AccessCheckingInterceptor |
An interceptor which enables access checking for the duration of the invocation.
|
| ContextClassLoaderInterceptor |
An interceptor which sets the thread context class loader for the duration of an invocation.
|
| DelegatingInvocationContext |
An invocation context which simply delegates to another invocation context.
|
| DoAsInterceptor |
An interceptor which executes under the invocation's Subject.
|
| ImmediateInterceptorFactory |
An interceptor factory which returns the same instance, always.
|
| InitialInterceptor |
The initial interceptor that is called during an invocation.
|
| InterceptorContext |
An interceptor/invocation context object.
|
| InterceptorInvocationHandler |
A Proxy InvocationHandler which delegates invocations to an Interceptor.
|
| Interceptors |
Interceptor utility and factory methods.
|
| InvocationMessages_$bundle |
Warning this class consists of generated code.
|
| MethodInterceptor |
A method interceptor.
|
| MethodInterceptorFactory |
An interceptor factory for interceptor objects which call a specific method via reflection.
|
| MethodInvokingInterceptor |
An interceptor which always invokes one specific method on one specific object given the parameters from
the invocation context.
|
| MethodInvokingInterceptorFactory |
A factory for method invoking interceptors.
|
| SecurityIdentityInterceptor |
An interceptor which executes under the invocation's SecurityIdentity.
|
| SimpleInterceptorFactoryContext |
A simple implementation of InterceptorFactoryContext.
|
| SimpleInterceptorInstanceFactory |
Simple instance factory which just uses reflection to create an instance of the given class.
|
| SimpleInvocationContext |
A base class for invocation contexts.
|