haddadc     2003/03/27 23:18:47

  Modified:    java/docs reference.html
  Log:
  added DebugHandler, ErrorHandler, JWSHandler, and MD5AttachHandler to the list of 
components.
  
  PR:18448
  
  Revision  Changes    Path
  1.23      +15 -0     xml-axis/java/docs/reference.html
  
  Index: reference.html
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/docs/reference.html,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- reference.html    28 Mar 2003 06:41:04 -0000      1.22
  +++ reference.html    28 Mar 2003 07:18:47 -0000      1.23
  @@ -782,6 +782,14 @@
     <dt><b>SoapMonitorHandler</b>
     <dd>Provides the hook into the message pipeline sending the SOAP request and
     response messages to the SoapMonitor utility.
  +  <dt>
  +  <dt><b>DebugHandler</b>
  +  <dd>Example handler that demonstrates dynamically setting the debug level based 
on a 
  +  the value of a soap header element.
  +  <dt>&nbsp;
  +  <dt> 
  +  <dt>ErrorHandler
  +  <dd>Example handler that throws an AxisFault to stop request/response flow 
processing. 
     <dt>&nbsp;
     <dt> 
     <dt><b>EchoHandler</b> 
  @@ -800,6 +808,10 @@
       (a chain called &quot;authChecks&quot; is predefined for just this 
combination), 
       checks to make sure that the currently authenticated user satisfies one of 
       the allowed roles for the target service. Throws a Fault if access is denied.
  +  <dt>
  +  <dt><b>MD5AttachHandler</b>
  +  <dd>Undocumented, uncalled, untested handler that generates an MD5 hash of 
  +  attachment information and adds the value as an attribute in the soap body.
     <dt>&nbsp;
     <dt><b>URLMapper</b> 
     <dd>The URLMapper, an HTTP-specific handler, usually goes on HTTP transport 
  @@ -823,6 +835,9 @@
       <b><i>methodName</i></b> = a space-separated list of methods which are exported
       as web services. The special value &quot;*&quot; matches all public methods
       in the class.
  +  <dt>
  +  <dt><b>JWSHandler</b>
  +  <dd>Performs drop-in deployment magic.
     <dt>
     <dt><b>JAXRPCHandler</b>
     <dd>Wrapper around JAX-RPC compliant handlers that exposes an Axis handler 
interface to the engine.
  
  
  

Reply via email to