net.sf.tie.ext.interceptor
Class NoOpInterceptor
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NoOpInterceptor
public NoOpInterceptor()
invoke
public Object invoke(MethodInvocation invocation)
throws Throwable
- Specified by:
invoke
in interface MethodInterceptor
- Throws:
Throwable