Uses of Interface
net.sf.cglib.proxy.InvocationHandler

Packages that use InvocationHandler
net.sf.cglib.proxy   
 

Uses of InvocationHandler in net.sf.cglib.proxy
 

Fields in net.sf.cglib.proxy declared as InvocationHandler
protected  InvocationHandler Proxy.h
           
 

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

Methods in net.sf.cglib.proxy 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.proxy with parameters of type InvocationHandler
Proxy(InvocationHandler h)
           
 



Copyright © 2002-2003 cglib. All Rights Reserved.