Uses of Interface
javassist.util.proxy.Proxy

Packages that use Proxy
javassist.util.proxy Dynamic proxy (similar to Enhancer of cglib). 
 

Uses of Proxy in javassist.util.proxy
 

Subinterfaces of Proxy in javassist.util.proxy
 interface ProxyObject
          The interface implemented by proxy classes.
 

Methods in javassist.util.proxy with parameters of type Proxy
static MethodHandler ProxyFactory.getHandler(Proxy p)
          Obtains the method handler of the given proxy object.
 



Javassist, a Java-bytecode translator toolkit.
Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.