Module org.jboss.invocation
Package org.jboss.invocation
-
Interface Summary Interface Description Interceptor A processor for invocations.InterceptorFactory A producer for interceptor instances, used to create interceptor chains from a prototype.InterceptorFactoryContext Contextual information for an interceptor factory, used when interceptors are created.InterceptorInstanceFactory A simple factory which creates an instance for use by interceptor factories. -
Class Summary Class Description 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'sSubject.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 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'sSecurityIdentity.SimpleInterceptorFactoryContext A simple implementation ofInterceptorFactoryContext.SimpleInterceptorInstanceFactory Simple instance factory which just uses reflection to create an instance of the given class.SimpleInvocationContext A base class for invocation contexts. -
Exception Summary Exception Description CannotProceedException Indicates that an invocation cannot proceed due to the interceptor chain terminating prematurely.