Package javassist.util.proxy

Dynamic proxy (similar to Enhancer of cglib).

See:
          Description

Interface Summary
MethodFilter Selector of the methods implemented by a handler.
MethodHandler The interface implemented by the invocation handler of a proxy instance.
ProxyFactory.ClassLoaderProvider A provider of class loaders.
ProxyObject The interface implemented by proxy classes.
 

Class Summary
FactoryHelper A helper class for implementing ProxyFactory.
ProxyFactory Factory of dynamic proxy classes.
RuntimeSupport Runtime support routines that the classes generated by ProxyFactory use.
 

Package javassist.util.proxy Description

Dynamic proxy (similar to Enhancer of cglib). See ProxyFactory for more details.



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