You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by jc...@apache.org on 2005/09/04 06:06:42 UTC

svn commit: r278556 - /jakarta/commons/sandbox/proxy/trunk/xdocs/index.xml

Author: jcarman
Date: Sat Sep  3 21:06:38 2005
New Revision: 278556

URL: http://svn.apache.org/viewcvs?rev=278556&view=rev
Log:
Added support for "invocation handler proxies."

Modified:
    jakarta/commons/sandbox/proxy/trunk/xdocs/index.xml

Modified: jakarta/commons/sandbox/proxy/trunk/xdocs/index.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/proxy/trunk/xdocs/index.xml?rev=278556&r1=278555&r2=278556&view=diff
==============================================================================
--- jakarta/commons/sandbox/proxy/trunk/xdocs/index.xml (original)
+++ jakarta/commons/sandbox/proxy/trunk/xdocs/index.xml Sat Sep  3 21:06:38 2005
@@ -47,12 +47,15 @@
                     Currently,  <em>Commons Proxy</em> provides proxy factory implementations using JDK proxies,
                     <a href="http://cglib.sourceforge.net">CGLIB</a>, and
                     <a href="http://www.jboss.org/products/javassist">Javassist</a>.  Proxy factories allow you to create
-                    two different types of proxy objects:
+                    three different types of proxy objects:
                     <ul>
                         <li><b>Delegating Proxies</b> - a proxy that merely delegates each method invocation to an
                             object provided by a object provider.</li>
                         <li><b>Intercepting Proxies</b> - a proxy that allows a method interceptor to intercept each
                             method invocation.</li>
+                        <li><b>Invocation Handler Proxies</b> - a proxy that uses an
+                            <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/reflect/InvocationHandler.html">InvocationHandler</a> object to handle all method
+                            invocations.</li>
                     </ul>
 
                 </p>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org