Update of /cvsroot/xdoclet/xdoclet/modules/jboss/src/META-INF
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26719/xdoclet/modules/jboss/src/META-INF

Modified Files:
        xtags.xml 
Log Message:
Support for port-component element.
XDT-1236.

Index: xtags.xml
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet/modules/jboss/src/META-INF/xtags.xml,v
retrieving revision 1.54
retrieving revision 1.55
diff -C2 -r1.54 -r1.55
*** xtags.xml   6 Oct 2004 13:11:34 -0000       1.54
--- xtags.xml   16 Jan 2005 20:59:38 -0000      1.55
***************
*** 2011,2014 ****
--- 2011,2057 ----
                </parameter>            
          </tag>
+               <tag>
+                       <level>class</level>
+                       <name>jboss.port-component</name>
+                       <usage-description>Specify webservices 
port-components</usage-description>
+                       <unique>false</unique>
+                       <parameter type="text">
+                               <name>name</name>
+                               <usage-description>The name of the 
port</usage-description>
+                               <mandatory>true</mandatory>
+                       </parameter>
+                       <parameter type="text">
+                               <name>uri</name>
+                               <usage-description>The uri of the port in the 
form /web-context-root/port</usage-description>
+                               <mandatory>false</mandatory>                    
        
+                       </parameter>
+                       <parameter type="text">
+                               <name>auth-method</name>
+                               <usage-description>The auth mechanism of the 
webservice</usage-description>
+                               <mandatory>false</mandatory>
+                               <option-sets>
+                                       <option-set>
+                                               <options>
+                                                       <option>BASIC</option>
+                                                       
<option>CLIENT-CERT</option>                                                    
+                                               </options>                      
                        
+                                       </option-set>                           
        
+                               </option-sets>                          
+                       </parameter>
+                       <parameter type="text">
+                               <name>transport-guarantee</name>
+                               <usage-description>Specification of the 
transport security between client and server</usage-description>
+                               <mandatory>false</mandatory>
+                               <option-sets>
+                                       <option-set>
+                                               <options>
+                                                       <option>NONE</option>
+                                                       
<option>INTEGRAL</option>
+                                                       
<option>CONFIDENTIAL</option>
+                                               </options>
+                                       </option-set>
+                               </option-sets>
+                       </parameter>
+               </tag>
      </tags>
    </namespace>



-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to