You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by to...@apache.org on 2003/10/22 20:15:02 UTC

cvs commit: ws-axis/java/docs reference.html

tomj        2003/10/22 11:15:02

  Modified:    java/docs reference.html
  Log:
  Bug fix for 23934 from bayer@oio.de:
   http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23934
  
  Change handler element child from 'option' to 'parameter'.
  
  Revision  Changes    Path
  1.32      +2 -2      ws-axis/java/docs/reference.html
  
  Index: reference.html
  ===================================================================
  RCS file: /home/cvs/ws-axis/java/docs/reference.html,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- reference.html	13 Oct 2003 19:15:39 -0000	1.31
  +++ reference.html	22 Oct 2003 18:15:02 -0000	1.32
  @@ -423,10 +423,10 @@
       is either the name of another previously defined Handler, or a QName of the 
       form &quot;<b>java:<i>class.name</i></b>&quot;. The optional &quot;name&quot; 
       attribute allows you to refer to this Handler definition in other parts of 
  -    the deployment. May contain an arbitrary number of <b><font face="Courier New, Courier, mono">&lt;option 
  +    the deployment. May contain an arbitrary number of <b><font face="Courier New, Courier, mono">&lt;parameter 
       name=&quot;</font></b><font face="Courier New, Courier, mono"><i>name</i></font><b><font face="Courier New, Courier, mono">&quot; 
       value=&quot;</font></b><font face="Courier New, Courier, mono"><i>value</i></font><b><font face="Courier New, Courier, mono">&quot;&gt;</font></b> 
  -    elements, each of which will supply an option to the deployed Handler.</dd>
  +    elements, each of which will supply a parameter to the deployed Handler.</dd>
     <dt>&nbsp;</dt>
     <dt><b><font face="Courier New, Courier, mono">&lt;service name=&quot;</font></b><font face="Courier New, Courier, mono"><i>name</i></font><b><font face="Courier New, Courier, mono">&quot; 
       provider=&quot;</font></b><font face="Courier New, Courier, mono"><i>provider</i></font><b><font face="Courier New, Courier, mono">&quot;