org.jvnet.hk2.internal
Class MethodInterceptorImpl

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

public class MethodInterceptorImpl
extends Object
implements MethodInterceptor

Author:
jwells

Method Summary
 Object intercept(Object target, Method method, Object[] params, 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,
                        MethodProxy proxy)
                 throws Throwable
Specified by:
intercept in interface MethodInterceptor
Throws:
Throwable


Copyright © 2012 Oracle Corporation. All Rights Reserved.