|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use Invocation | |
---|---|
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. |
Uses of Invocation in org.apache.commons.proxy |
---|
Methods in org.apache.commons.proxy with parameters of type Invocation | |
---|---|
Object |
Interceptor.intercept(Invocation invocation)
|
Uses of Invocation in org.apache.commons.proxy.factory.javassist |
---|
Classes in org.apache.commons.proxy.factory.javassist that implement Invocation | |
---|---|
class |
JavassistInvocation
A Javassist-based Invocation implementation. |
Uses of Invocation in org.apache.commons.proxy.interceptor |
---|
Methods in org.apache.commons.proxy.interceptor with parameters of type Invocation | |
---|---|
Object |
LoggingInterceptor.intercept(Invocation invocation)
|
Object |
FilteredInterceptor.intercept(Invocation invocation)
|
Object |
MethodInterceptorAdapter.intercept(Invocation invocation)
|
Object |
ExecutorInterceptor.intercept(Invocation invocation)
|
Object |
SerializingInterceptor.intercept(Invocation invocation)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |