Author: objectiser
Date: 2010-06-01 07:32:25 -0400 (Tue, 01 Jun 2010)
New Revision: 689
Modified:
trunk/docs/docbook/userguide/src/main/module/wsconfig.xml
Log:
Added further text on the implementor attribute.
Modified: trunk/docs/docbook/userguide/src/main/module/wsconfig.xml
===================================================================
--- trunk/docs/docbook/userguide/src/main/module/wsconfig.xml 2010-06-01 11:25:01 UTC (rev
688)
+++ trunk/docs/docbook/userguide/src/main/module/wsconfig.xml 2010-06-01 11:32:25 UTC (rev
689)
@@ -195,7 +195,16 @@
<para>
This example configures the web service to use username token and digital signature
authentication.
- </para>
+ </para>
+
+ <note>
+ <para>
+ The <emphasis>jaxws:endpoint</emphasis> element has an attribute called
<emphasis>implementor</emphasis>
+ that defines the Java class implementing the JAXWS service. RiftSaw dynamically
creates this
+ class, and therefore it is important that the attribute is set to the value
<emphasis>@provider@</emphasis>
+ to enable the dynamically created Java class to be correctly configured during
deployment.
+ </para>
+ </note>
</section>
<section>
Show replies by date