org.jvnet.hk2.internal
Class MethodInterceptorImpl

java.lang.Object
  extended by org.jvnet.hk2.internal.MethodInterceptorImpl
All Implemented Interfaces:
net.sf.cglib.proxy.Callback, net.sf.cglib.proxy.MethodInterceptor

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

Author:
jwells

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

Method Detail

intercept

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


Copyright © 2013 Oracle Corporation. All Rights Reserved.