Interface | Description |
---|---|
ProxyClassGenerator |
A proxy class generator generates Class instances for a given combination of interfaces in a given classloader.
|
Class | Description |
---|---|
AbstractProxyClassGenerator |
A useful superclass for
ProxyClassGenerator implementations. |
AbstractProxyFactory |
Base abstract
ProxyFactory implementation, primarily providing implementations of the interface methods that
are typically convenience constructs over the other methods. |
AbstractSubclassingProxyFactory |
Parent
AbstractProxyFactory for implementations that permit the generation of proxies with a specific
inheritance hierarchy. |
MethodSignature |
A class for capturing the signature of a method (its name and parameter types).
|
ProxyClassCache |
A cache for storing implementation classes for proxies based on a specific type of
ProxyClassGenerator . |
Copyright © 2005–2014 The Apache Software Foundation. All rights reserved.