org.apache.commons.proxy.factory
Class AbstractProxyFactoryTestCase.InterceptorTester

java.lang.Object
  extended by org.apache.commons.proxy.factory.AbstractProxyFactoryTestCase.InterceptorTester
All Implemented Interfaces:
Serializable, org.apache.commons.proxy.Interceptor
Enclosing class:
AbstractProxyFactoryTestCase

protected static class AbstractProxyFactoryTestCase.InterceptorTester
extends Object
implements org.apache.commons.proxy.Interceptor

See Also:
Serialized Form

Constructor Summary
protected AbstractProxyFactoryTestCase.InterceptorTester()
           
 
Method Summary
 Object intercept(org.apache.commons.proxy.Invocation methodInvocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractProxyFactoryTestCase.InterceptorTester

protected AbstractProxyFactoryTestCase.InterceptorTester()
Method Detail

intercept

public Object intercept(org.apache.commons.proxy.Invocation methodInvocation)
                 throws Throwable
Specified by:
intercept in interface org.apache.commons.proxy.Interceptor
Throws:
Throwable


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