Author: jochen
Date: Tue Jul 18 13:06:13 2006
New Revision: 423227

URL: http://svn.apache.org/viewvc?rev=423227&view=rev
Log:
Added the suggestion to use the ServletWebServer and not the raw WebServer, if 
more detailed request information is required.

Modified:
    
webservices/xmlrpc/trunk/server/src/main/java/org/apache/xmlrpc/server/PropertyHandlerMapping.java

Modified: 
webservices/xmlrpc/trunk/server/src/main/java/org/apache/xmlrpc/server/PropertyHandlerMapping.java
URL: 
http://svn.apache.org/viewvc/webservices/xmlrpc/trunk/server/src/main/java/org/apache/xmlrpc/server/PropertyHandlerMapping.java?rev=423227&r1=423226&r2=423227&view=diff
==============================================================================
--- 
webservices/xmlrpc/trunk/server/src/main/java/org/apache/xmlrpc/server/PropertyHandlerMapping.java
 (original)
+++ 
webservices/xmlrpc/trunk/server/src/main/java/org/apache/xmlrpc/server/PropertyHandlerMapping.java
 Tue Jul 18 13:06:13 2006
@@ -26,19 +26,14 @@
 import org.apache.xmlrpc.common.TypeConverterFactory;
 
 
-/** A handler mapping based on a property file. The property file
+/**
+ * A handler mapping based on a property file. The property file
  * contains a set of properties. The property key is taken as the
  * handler name. The property value is taken as the name of a
  * class being instantiated. For any non-void, non-static, and
  * public method in the class, an entry in the handler map is
- * generated.<br>
- * The following constrains apply to the classes:
- * <ol>
- *   <li>The classes must be stateless. In other words, any
- *     instance of the class must be completely thread safe.</li>
- * </ol>
- * A typical use would be, to specify interface names as the
- * property keys and implementations as the values.
+ * generated. A typical use would be, to specify interface names
+ * as the property keys and implementations as the values.
  */
 public class PropertyHandlerMapping extends AbstractReflectiveHandlerMapping {
     /** Creates a new instance, loading the property file



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to