net.vidageek.mirror.proxy.cglib
Class CGLibInvocationHandler

java.lang.Object
  extended by net.vidageek.mirror.proxy.cglib.CGLibInvocationHandler
All Implemented Interfaces:
net.sf.cglib.proxy.Callback, net.sf.cglib.proxy.MethodInterceptor

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

Author:
Juliano Alves

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

Constructor Detail

CGLibInvocationHandler

public CGLibInvocationHandler(MethodInterceptor... methodInterceptors)
Method Detail

intercept

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


Copyright © 2011 VidaGeek.net. All Rights Reserved.