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

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

protected static class AbstractProxyFactoryTestCase.InvokerTester
extends Object
implements org.apache.commons.proxy.Invoker

See Also:
Serialized Form

Constructor Summary
protected AbstractProxyFactoryTestCase.InvokerTester()
           
 
Method Summary
 Object invoke(Object proxy, Method method, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractProxyFactoryTestCase.InvokerTester

protected AbstractProxyFactoryTestCase.InvokerTester()
Method Detail

invoke

public Object invoke(Object proxy,
                     Method method,
                     Object[] args)
              throws Throwable
Specified by:
invoke in interface org.apache.commons.proxy.Invoker
Throws:
Throwable


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