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

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

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


Constructor Summary
protected AbstractProxyFactoryTestCase.NoOpMethodInterceptor()
           
 
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.NoOpMethodInterceptor

protected AbstractProxyFactoryTestCase.NoOpMethodInterceptor()
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-2011 Apache Software Foundation. All Rights Reserved.