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 ve...@apache.org on 2005/06/30 12:39:01 UTC

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

venkat      2005/06/30 03:39:01

  Modified:    java/docs reference.html axis.css
  Log:
  Reference.html: minor cleanup for pulling requestFlow and responseFlow into seperate paragraphs.
  
  axis.css: specified the font-size as 10 pt to make the web pages look normal, and bit lesser text size.
  
  Revision  Changes    Path
  1.43      +22 -8     ws-axis/java/docs/reference.html
  
  Index: reference.html
  ===================================================================
  RCS file: /home/cvs/ws-axis/java/docs/reference.html,v
  retrieving revision 1.42
  retrieving revision 1.43
  diff -u -r1.42 -r1.43
  --- reference.html	3 May 2005 14:14:50 -0000	1.42
  +++ reference.html	30 Jun 2005 10:39:01 -0000	1.43
  @@ -518,30 +518,44 @@
           <strong>&lt;role&gt;</strong> elements may appear.</li>
         <li><strong>&lt;requestFlow&gt;</strong> : This is used to configure global 
           request Handlers, which will be invoked before the actual service on every 
  -        request. You may put any number of <strong>&lt;handler&gt;</strong> or 
  -        <strong>&lt;chain&gt;</strong> elements (see below) inside the <strong>&lt;requestFlow&gt;</strong>, 
  -        but there may only be one <strong>&lt;requestFlow&gt;</strong>.</li>
  +        request.</li>
       </ul>
     </dd>
     <dd> 
       <ul>
         <li><strong>&lt;responseFlow&gt;</strong> : This is used to configure global 
           response Handlers, which will be invoked after the actual service on every 
  -        request. You may put any number of <strong>&lt;handler&gt;</strong> or 
  -        <strong>&lt;chain&gt;</strong> elements (see below) inside the <strong>&lt;responseFlow&gt;</strong>, 
  -        but there may only be one <strong>&lt;responseFlow&gt;</strong>.</li>
  +        request.</li>
       </ul>
     </dd>
     <dt>&nbsp;</dt>
  +  <dt><b><font face="Courier New, Courier, mono">&lt;requestFlow [name="</font></b><font
  + face="Courier New, Courier, mono"><i>name</i></font><b><font
  + face="Courier New, Courier, mono">"] [type="</font></b><font
  + face="Courier New, Courier, mono"><i>type</i></font><b><font
  + face="Courier New, Courier, mono">"] &gt;</font></b></dt>
  +  <dd>This is used to configure handlers in request flow. You may put any number of <strong>&lt;handler&gt;</strong> or 
  +        <strong>&lt;chain&gt;</strong> elements (see below) inside the <strong>&lt;requestFlow&gt;</strong>, 
  +        but there may only be one <strong>&lt;requestFlow&gt;</strong>.</dd>
  +  <dt>&nbsp;</dt>
  +  <dt><b><font face="Courier New, Courier, mono">&lt;responseFlow [name="</font></b><font
  + face="Courier New, Courier, mono"><i>name</i></font><b><font
  + face="Courier New, Courier, mono">"] [type="</font></b><font
  + face="Courier New, Courier, mono"><i>type</i></font><b><font
  + face="Courier New, Courier, mono">"] &gt;</font></b></dt>
  +  <dd>This is used to configure handlers in response flow. You may put any number of <strong>&lt;handler&gt;</strong> or 
  +        <strong>&lt;chain&gt;</strong> elements (see below) inside the <strong>&lt;responseFlow&gt;</strong>, 
  +        but there may only be one <strong>&lt;responseFlow&gt;</strong>.</dd>
  +  <dt>&nbsp;</dt>
     <dt><b><font face="Courier New, Courier, mono">&lt;undeployment&gt;</font></b></dt>
     <dd>The root element of the deployment document which tells Axis that this is 
  -    an undeployment. Undeployments are only useful as </dd>
  +    an undeployment.</dd>
     <dt>&nbsp;</dt>
     <dt><b><font face="Courier New, Courier, mono">&lt;handler [name="</font></b><font
    face="Courier New, Courier, mono"><i>name</i></font><b><font
    face="Courier New, Courier, mono">"] type="</font></b><font
    face="Courier New, Courier, mono"><i>type</i></font><b><font
  - face="Courier New, Courier, mono">"/&gt;</font></b></dt>
  + face="Courier New, Courier, mono">"&gt;</font></b></dt>
     <dd>Belongs at the top level inside a <b>&lt;deployment&gt;</b> or <b>&lt;undeployment&gt;</b>, 
       or inside a <b>&lt;chain&gt;</b>, <b>&lt;requestFlow&gt;</b>, or <b>&lt;responseFlow&gt;</b>. 
       Defines a Handler, and indicates the type of the handler. "Type" is either 
  
  
  
  1.4       +5 -0      ws-axis/java/docs/axis.css
  
  Index: axis.css
  ===================================================================
  RCS file: /home/cvs/ws-axis/java/docs/axis.css,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- axis.css	9 Nov 2002 07:47:09 -0000	1.3
  +++ axis.css	30 Jun 2005 10:39:01 -0000	1.4
  @@ -13,6 +13,7 @@
   body { 
       background-color:#FFFFFF; 
       font-family: Verdana, Arial, Helvetica, sans-serif; 
  +    font-size: 10pt;
       margin-left: 40px;
       color:#000000
   }
  @@ -41,6 +42,10 @@
       text-align: center; 
   }
   
  +td {
  +    font-size:10pt;
  +}
  +
   td.section { 
       background-color: #82ADF6; 
       font-size: 180%;