org.shiftone.jrat.integration.aop.nanning
Class NanningMethodInterceptor

java.lang.Object
  extended by org.shiftone.jrat.integration.aop.nanning.NanningMethodInterceptor
All Implemented Interfaces:
org.codehaus.nanning.Interceptor, org.codehaus.nanning.MethodInterceptor

public class NanningMethodInterceptor
extends java.lang.Object
implements org.codehaus.nanning.MethodInterceptor

Author:
jeff@shiftone.org (Jeff Drost)

Constructor Summary
NanningMethodInterceptor()
           
 
Method Summary
 java.lang.Object invoke(org.codehaus.nanning.Invocation invocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NanningMethodInterceptor

public NanningMethodInterceptor()
Method Detail

invoke

public java.lang.Object invoke(org.codehaus.nanning.Invocation invocation)
                        throws java.lang.Throwable
Specified by:
invoke in interface org.codehaus.nanning.MethodInterceptor
Throws:
java.lang.Throwable