org.shiftone.jrat.integration.aop.dynaop
Class DynaopInterceptor

java.lang.Object
  extended by org.shiftone.jrat.integration.aop.dynaop.DynaopInterceptor
All Implemented Interfaces:
dynaop.Interceptor

public class DynaopInterceptor
extends java.lang.Object
implements dynaop.Interceptor

Author:
jeff@shiftone.org (Jeff Drost)

Constructor Summary
DynaopInterceptor()
           
 
Method Summary
 java.lang.Object intercept(dynaop.Invocation invocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DynaopInterceptor

public DynaopInterceptor()
Method Detail

intercept

public java.lang.Object intercept(dynaop.Invocation invocation)
                           throws java.lang.Throwable
Specified by:
intercept in interface dynaop.Interceptor
Throws:
java.lang.Throwable