Package com.thoughtworks.proxy

An implementation neutral API for creation of dynamic proxies.

See:
          Description

Interface Summary
Invoker Generic interface for any call made to a proxy instance.
ProxyFactory Abstraction layer for proxy generation.
 

Package com.thoughtworks.proxy Description

An implementation neutral API for creation of dynamic proxies.

Depending on types of this package instead of JDK's reflection API will allow you to plug in both standard proxies and CGLIB underneath.



Copyright © 2005-2010 Codehaus. All Rights Reserved.