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

java.lang.Object
  extended by com.googlecode.mycontainer.kernel.reflect.proxy.ProxyChainImpl
All Implemented Interfaces:
ProxyChain, java.io.Serializable

public class ProxyChainImpl
extends java.lang.Object
implements ProxyChain, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ProxyChainImpl(java.util.Iterator<ProxyInterceptor> interceptors)
           
 
Method Summary
 java.lang.Object proceed(Request request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxyChainImpl

public ProxyChainImpl(java.util.Iterator<ProxyInterceptor> interceptors)
Method Detail

proceed

public java.lang.Object proceed(Request request)
                         throws java.lang.Throwable
Specified by:
proceed in interface ProxyChain
Throws:
java.lang.Throwable


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