org.chromattic.cglib
Class MethodInterceptorInvoker

java.lang.Object
  extended by org.chromattic.cglib.MethodInterceptorInvoker
All Implemented Interfaces:
net.sf.cglib.proxy.Callback, net.sf.cglib.proxy.MethodInterceptor

public class MethodInterceptorInvoker
extends Object
implements net.sf.cglib.proxy.MethodInterceptor

Version:
$Revision$
Author:
Julien Viet

Constructor Summary
MethodInterceptorInvoker()
           
MethodInterceptorInvoker(MethodHandler invoker)
           
 
Method Summary
 Object intercept(Object o, Method method, 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

MethodInterceptorInvoker

public MethodInterceptorInvoker()

MethodInterceptorInvoker

public MethodInterceptorInvoker(MethodHandler invoker)
Method Detail

intercept

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


Copyright © 2009 eXo Platform SAS. All Rights Reserved.