| Package | Description |
|---|---|
| org.apache.commons.proxy |
This package contains the primary API.
|
| org.apache.commons.proxy.factory.javassist |
This package contains the Javassist-based
ProxyFactory implementation.
|
| org.apache.commons.proxy.interceptor |
This package contains some useful Interceptor implementations.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
Interceptor.intercept(Invocation invocation) |
| Modifier and Type | Class and Description |
|---|---|
class |
JavassistInvocation
A Javassist-based
Invocation implementation. |
| Modifier and Type | Method and Description |
|---|---|
Object |
LoggingInterceptor.intercept(Invocation invocation) |
Object |
FilteredInterceptor.intercept(Invocation invocation) |
Object |
SerializingInterceptor.intercept(Invocation invocation) |
Object |
ExecutorInterceptor.intercept(Invocation invocation) |
Object |
MethodInterceptorAdapter.intercept(Invocation invocation) |
Copyright © 2005-2013 Apache Software Foundation. All Rights Reserved.