Uses of Interface
com.googlecode.mycontainer.kernel.reflect.proxy.ProxyChain

Packages that use ProxyChain
com.googlecode.mycontainer.kernel.interceptors   
com.googlecode.mycontainer.kernel.reflect.proxy   
 

Uses of ProxyChain in com.googlecode.mycontainer.kernel.interceptors
 

Methods in com.googlecode.mycontainer.kernel.interceptors with parameters of type ProxyChain
 java.lang.Object ProxyInterceptor.intercept(Request request, ProxyChain chain)
           
 

Uses of ProxyChain in com.googlecode.mycontainer.kernel.reflect.proxy
 

Classes in com.googlecode.mycontainer.kernel.reflect.proxy that implement ProxyChain
 class ProxyChainImpl
           
 

Methods in com.googlecode.mycontainer.kernel.reflect.proxy that return ProxyChain
 ProxyChain ReflectInterceptor.getChain()
           
 

Methods in com.googlecode.mycontainer.kernel.reflect.proxy with parameters of type ProxyChain
 java.lang.Object ReflectInterceptor.intercept(Request request, ProxyChain chain)
           
 java.lang.Object SynchronizedInterceptor.intercept(Request request, ProxyChain chain)
           
 



Copyright © 2008-2013 Mycontainer Team. All Rights Reserved.