[jboss-cvs] jboss-seam/doc/reference/en/modules ...

Shane Bryzak sbryzak at redhat.com
Mon Nov 26 04:06:18 EST 2007


  User: sbryzak2
  Date: 07/11/26 04:06:18

  Modified:    doc/reference/en/modules  webservices.xml
  Log:
  JBSEAM-2297
  
  Revision  Changes    Path
  1.3       +7 -4      jboss-seam/doc/reference/en/modules/webservices.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: webservices.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/webservices.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- webservices.xml	25 Jun 2007 03:13:41 -0000	1.2
  +++ webservices.xml	26 Nov 2007 09:06:18 -0000	1.3
  @@ -13,10 +13,13 @@
         To allow Seam to intercept web service requests so that the necessary Seam contexts can be created for the request, 
         a special SOAP handler must be configured; <literal>org.jboss.seam.webservice.SOAPRequestHandler</literal>
         is a <literal>SOAPHandler</literal> implementation that does the work of managing Seam's lifecycle during the scope
  -      of a web service request.  The easiest way to configure a project to use this handler, is to place a file called
  -      <literal>standard-jaxws-endpoint-config.xml</literal> into the <literal>META-INF</literal> directory of the
  -      <literal>jar</literal> file that contains the web service classes.  This file contains the following SOAP handler
  -      configuration:
  +      of a web service request.  
  +    </para>
  +    
  +    <para>
  +      A special configuration file, <literal>standard-jaxws-endpoint-config.xml</literal> should be placed 
  +      into the <literal>META-INF</literal> directory of the <literal>jar</literal> file that contains the 
  +      web service classes.  This file contains the following SOAP handler configuration:
       </para>
       
       <programlisting><![CDATA[<jaxws-config xmlns="urn:jboss:jaxws-config:2.0" 
  
  
  



More information about the jboss-cvs-commits mailing list