Uses of Interface
net.sf.cglib.InvocationHandler

Packages that use InvocationHandler
net.sf.cglib   
 

Uses of InvocationHandler in net.sf.cglib
 

Methods in net.sf.cglib that return InvocationHandler
static InvocationHandler Proxy.getInvocationHandler(java.lang.Object proxy)
           
 

Methods in net.sf.cglib with parameters of type InvocationHandler
static java.lang.Object Proxy.newProxyInstance(java.lang.ClassLoader loader, java.lang.Class[] interfaces, InvocationHandler h)
           
 

Constructors in net.sf.cglib with parameters of type InvocationHandler
Proxy(InvocationHandler h)
           
 



Copyright © 2002-2003 cglib. All Rights Reserved.