xflow.util
Class IBatisMethodInterceptor

java.lang.Object
  extended byxflow.util.IBatisMethodInterceptor
All Implemented Interfaces:
net.sf.cglib.proxy.Callback, net.sf.cglib.proxy.MethodInterceptor

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

User: kosta Date: Jul 18, 2004 Time: 9:00:05 PM


Constructor Summary
IBatisMethodInterceptor()
           
 
Method Summary
 java.lang.Object intercept(java.lang.Object o, java.lang.reflect.Method method, java.lang.Object[] parameters, 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

IBatisMethodInterceptor

public IBatisMethodInterceptor()
Method Detail

intercept

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