See: Description
| Interface | Description |
|---|---|
| ProxyClassGenerator |
A proxy class generator generates specific type of proxies (interceptor, invoker, etc.).
|
| Class | Description |
|---|---|
| AbstractProxyClassGenerator |
A useful superclass for
ProxyClassGenerator implementations. |
| AbstractSubclassingProxyFactory |
A useful superclass for a
ProxyFactory which supports subclassing rather than merely implementing interfaces. |
| 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. |
This package contains some classes useful for writing your own ProxyFactory implementation.
Copyright © 2005-2013 Apache Software Foundation. All Rights Reserved.