org.apache.commons.dbutils.ProxyFactory Creates proxy implementations of JDBC interfaces. This avoids incompatibilities between the JDBC 2 and JDBC 3 interfaces. This class is thread safe. @see java.lang.reflect.Proxy @see java.lang.reflect.InvocationHandler @author David Graham
org.jboss.ejb.plugins.local.BaseLocalProxyFactory The LocalProxyFactory implementation that handles local ejb interface proxies. @author <a HREF="mailto:docodan@mvcsoft.com">Daniel OConnor</a> @author <a HREF="mailto:scott.stark@jboss.org">Scott Stark</a> @author <a HREF="mailto:dain@daingroup.com">Dain Sundstrom< ...
dynaop.DynamicProxyCreator Creates proxy instances. @author Bob Lee (crazybob@crazybob.org) add Proxy to list of interfaces. get dynamic proxy class. get constructor.