com.googlecode.mycontainer.kernel.interceptors
Interface ProxyInterceptor

All Known Implementing Classes:
ContextInterceptor, ReflectInterceptor, SynchronizedInterceptor

public interface ProxyInterceptor


Method Summary
 java.lang.Object intercept(Request request, ProxyChain chain)
           
 

Method Detail

intercept

java.lang.Object intercept(Request request,
                           ProxyChain chain)
                           throws java.lang.Throwable
Throws:
java.lang.Throwable


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