com.googlecode.mycontainer.kernel.reflect.proxy
Class ReflectInterceptor

java.lang.Object
  extended by com.googlecode.mycontainer.kernel.reflect.proxy.ReflectInterceptor
All Implemented Interfaces:
ProxyInterceptor

public class ReflectInterceptor
extends java.lang.Object
implements ProxyInterceptor


Constructor Summary
ReflectInterceptor()
           
 
Method Summary
 ProxyChain getChain()
           
 Request getRequest()
           
 java.lang.Object intercept(Request request, ProxyChain chain)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReflectInterceptor

public ReflectInterceptor()
Method Detail

intercept

public java.lang.Object intercept(Request request,
                                  ProxyChain chain)
                           throws java.lang.Throwable
Specified by:
intercept in interface ProxyInterceptor
Throws:
java.lang.Throwable

getRequest

public Request getRequest()

getChain

public ProxyChain getChain()


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