MethodFilter | Selector of the methods implemented by a handler. | code | html |
MethodHandler | The interface implemented by the invocation handler of a proxy instance. | code | html |
ProxyFactory.ClassLoaderProvider | A provider of class loaders. | code | html |
ProxyObject | The interface implemented by proxy classes. | code | html |
FactoryHelper | A helper class for implementing ProxyFactory . |
code | html |
ProxyFactory | Factory of dynamic proxy classes. | code | html |
ProxyFactory.CacheKey | code | html | |
RuntimeSupport | Runtime support routines that the classes generated by ProxyFactory use. | code | html |
RuntimeSupport.DefaultMethodHandler | code | html | |
SecurityActions | code | html | |
SerializedProxy | A proxy object is converted into an instance of this class when it is written to an output stream. | code | html |
Enhancer
of cglib).
See ProxyFactory
for more details.