Package org.apache.commons.proxy.interceptor

This package contains some useful Interceptor implementations.

See:
          Description

Interface Summary
MethodFilter A MethodFilter determines whether or not a method is accepted.
 

Class Summary
ExecutorInterceptor A method interceptor that uses an Executor to execute the method invocation.
FilteredInterceptor Decorates another MethodInterceptor by only calling it if the method is accepted by the supplied MethodFilter.
InterceptorChain An InterceptorChain assists with creating proxies which go through a series of interceptors.
LoggingInterceptor An interceptor which logs each method invocation.
MethodInterceptorAdapter An adapter class to adapt AOP Alliance's MethodInterceptor interface to Commons Proxy's Interceptor interface.
SerializingInterceptor An interceptor which makes a serialized copy of all parameters and return values.
 

Package org.apache.commons.proxy.interceptor Description

This package contains some useful Interceptor implementations.



Copyright © 2005-2008 The Apache Software Foundation. All Rights Reserved.