org.shiftone.jrat.integration.aop.cglib
Class CglibMethodInterceptor

java.lang.Object
  extended by org.shiftone.jrat.integration.aop.cglib.CglibMethodInterceptor
All Implemented Interfaces:
net.sf.cglib.proxy.Callback, net.sf.cglib.proxy.MethodInterceptor

public class CglibMethodInterceptor
extends java.lang.Object
implements net.sf.cglib.proxy.MethodInterceptor

Author:
jeff@shiftone.org (Jeff Drost)

Constructor Summary
CglibMethodInterceptor()
           
 
Method Summary
 java.lang.Object intercept(java.lang.Object target, java.lang.reflect.Method method, java.lang.Object[] args, net.sf.cglib.proxy.MethodProxy methodProxy)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CglibMethodInterceptor

public CglibMethodInterceptor()
Method Detail

intercept

public java.lang.Object intercept(java.lang.Object target,
                                  java.lang.reflect.Method method,
                                  java.lang.Object[] args,
                                  net.sf.cglib.proxy.MethodProxy methodProxy)
                           throws java.lang.Throwable
Specified by:
intercept in interface net.sf.cglib.proxy.MethodInterceptor
Throws:
java.lang.Throwable