Invocation API 1.1.0.Final

Package org.jboss.invocation

Interface Summary
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
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.
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.
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.
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.
 

Exception Summary
CannotProceedException Indicates that an invocation cannot proceed due to the interceptor chain terminating prematurely.
 


Invocation API 1.1.0.Final

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.