net.sf.cglib.proxy
Interface InvocationHandler
- Callback
public interface InvocationHandler
java.lang.reflect.InvocationHandler
replacement (unavailable under JDK 1.2).
This callback type is primarily for use by the
Proxy
class but
may be used with
Enhancer
as well.
$Id: InvocationHandler.java,v 1.3 2004/06/24 21:15:20 herbyderby Exp $ Object | invoke(Object proxy, Method method, Object[] args)
|
invoke
public Object invoke(Object proxy,
Method method,
Object[] args)
throws Throwable
java.lang.reflect.InvocationHandler.invoke(java.lang.Object, java.lang.reflect.Method, java.lang.Object)
Copyright (c) 2001 - Apache Software Foundation