org.jboss.seam.interceptors
Class JavaBeanInterceptor

java.lang.Object
  extended by org.jboss.seam.interceptors.JavaBeanInterceptor
All Implemented Interfaces:
Serializable, net.sf.cglib.proxy.Callback, net.sf.cglib.proxy.MethodInterceptor

public class JavaBeanInterceptor
extends Object
implements net.sf.cglib.proxy.MethodInterceptor, Serializable

Adapts from CGLIB interception to Seam component interception

Author:
Gavin King
See Also:
Serialized Form

Constructor Summary
JavaBeanInterceptor()
           
 
Method Summary
 Object intercept(Object target, Method method, Object[] params, 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

JavaBeanInterceptor

public JavaBeanInterceptor()
Method Detail

intercept

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