See: Description
| Interface | Description |
|---|---|
| MethodFilter |
A
MethodFilter determines whether or not a method is accepted. |
| Class | Description |
|---|---|
| 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.
|
This package contains some useful Interceptor implementations.
Copyright © 2005-2013 Apache Software Foundation. All Rights Reserved.