Uses of Interface
org.apache.commons.proxy.Invocation

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. 
org.apache.commons.proxy.interceptor.logging   
 

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 SerializingInterceptor.intercept(Invocation invocation)
           
 Object MethodInterceptorAdapter.intercept(Invocation invocation)
           
 Object LoggingInterceptor.intercept(Invocation invocation)
          Deprecated.  
 Object FilteredInterceptor.intercept(Invocation invocation)
           
 Object ExecutorInterceptor.intercept(Invocation invocation)
           
 

Uses of Invocation in org.apache.commons.proxy.interceptor.logging
 

Methods in org.apache.commons.proxy.interceptor.logging with parameters of type Invocation
 Object AbstractLoggingInterceptor.intercept(Invocation invocation)
           
 



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