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/10/14 21:03:02 UTC

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

Author: jcarman
Date: Fri Oct 14 12:02:59 2005
New Revision: 321183

URL: http://svn.apache.org/viewcvs?rev=321183&view=rev
Log:
Fixed docs.

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=321183&r1=321182&r2=321183&view=diff
==============================================================================
--- jakarta/commons/sandbox/proxy/trunk/xdocs/index.xml (original)
+++ jakarta/commons/sandbox/proxy/trunk/xdocs/index.xml Fri Oct 14 12:02:59 2005
@@ -101,9 +101,8 @@
                     An <a href="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/reflect/InvocationHandler.html">invocation handler</a> handles all
                     method invocations using a single method.  <em>Commons Proxy</em> provides a couple invocation handler implementations:
                     <table border="0">
-                            <tr><td><b>Null</b></td><td>A provider which always returns a specific object</td></tr>
+                            <tr><td><b>Null</b></td><td>A provider which always returns a null (useful for the "Null Object" pattern)</td></tr>
                             <tr><td><b>Apache XML-RPC</b></td><td>Uses <a href="http://ws.apache.org/xmlrpc/">Apache XML-RPC</a> to fulfill the method invocation</td></tr>
-                            <tr><td><b>Cloning</b></td><td>A provider which reflectively calls the public clone() method on a Cloneable object</td></tr>
                         </table>
                 </p>
 



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