net.sf.tie.ext.interceptor
Class NoOpInterceptor

java.lang.Object
  extended by net.sf.tie.ext.interceptor.NoOpInterceptor
All Implemented Interfaces:
Advice, Interceptor, MethodInterceptor

public class NoOpInterceptor
extends Object
implements MethodInterceptor

The NoOpInterceptor simply allows the invocation to proceed without doing anything.


Constructor Summary
NoOpInterceptor()
           
 
Method Summary
 Object invoke(MethodInvocation invocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoOpInterceptor

public NoOpInterceptor()
Method Detail

invoke

public Object invoke(MethodInvocation invocation)
              throws Throwable
Specified by:
invoke in interface MethodInterceptor
Throws:
Throwable