ProxyFactory
can be used to create three different "flavors" of proxy objects. Originally, the ProxyFactory class was an interface. However, to allow for future changes to the class without breaking binary or semantic compatibility, it has been changed to a concrete class.
Note: This class uses Java reflection. For more efficient proxies, try using either {@link org.apache.commons.proxy.factory.cglib.CglibProxyFactory CglibProxyFactory} or{@link org.apache.commons.proxy.factory.javassist.JavassistProxyFactory JavassistProxyFactory} instead.
@author James Carman @since 1.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|