You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jaxme-dev@ws.apache.org by jo...@apache.org on 2004/09/22 12:04:18 UTC

cvs commit: ws-jaxme/src/documentation/content/xdocs/js/apps xmlrpc.xml

jochen      2004/09/22 03:04:18

  Modified:    src/documentation/content/xdocs/js/apps xmlrpc.xml
  Log:
  Fixed package names in the docs.
  
  Revision  Changes    Path
  1.3       +2 -2      ws-jaxme/src/documentation/content/xdocs/js/apps/xmlrpc.xml
  
  Index: xmlrpc.xml
  ===================================================================
  RCS file: /home/cvs/ws-jaxme/src/documentation/content/xdocs/js/apps/xmlrpc.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- xmlrpc.xml	12 Sep 2004 04:25:50 -0000	1.2
  +++ xmlrpc.xml	22 Sep 2004 10:04:18 -0000	1.3
  @@ -101,7 +101,7 @@
           dedicated for the server: The dispatcher. In the above example,
           a dispatcher would be:</p>
         <source>
  -public class Dispatcher implements org.apache.ws.xmlrpc.XmlRpcHandler {
  +public class Dispatcher implements org.apache.xmlrpc.XmlRpcHandler {
       public Object execute(String pName, Vector pParams) throws Throwable {
           if ("Calculator-add".equals(pName)) {
           	int i1 = ((Integer) params.get(0)).intValue();
  @@ -194,7 +194,7 @@
            <td>Specifies, that a dispatcher is being generated. The
              'name' attribute specifies the dispatchers fully qualified
              class name.<br/>By default, the dispatcher will implement
  -           org.apache.ws.xmlrpc.XmlRpcHandler. This may be suppressed
  +           org.apache.xmlrpc.XmlRpcHandler. This may be suppressed
              by setting the 'implementingXmlRpcHandler' attribute to
              false. This is mainly usefull for the JaxMeJS test suite.
            </td>
  
  
  

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