Update of /cvsroot/xdoclet/xdoclet/modules/ejb/src/META-INF In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20324/xdoclet/modules/ejb/src/META-INF
Modified Files: xtags.xml Log Message: Support for ejb.ejb-service-ref element. See XDT-1237. Index: xtags.xml =================================================================== RCS file: /cvsroot/xdoclet/xdoclet/modules/ejb/src/META-INF/xtags.xml,v retrieving revision 1.51 retrieving revision 1.52 diff -C2 -r1.51 -r1.52 *** xtags.xml 7 Jan 2005 23:45:21 -0000 1.51 --- xtags.xml 15 Jan 2005 10:28:20 -0000 1.52 *************** *** 863,866 **** --- 863,914 ---- </parameter> </tag> + <tag> + <level>class</level> + <name>ejb.ejb-service-ref</name> + <usage-description>Defines a (web)service reference for an EJB. This is a EJB2.1 thing.</usage-description> + <unique>false</unique> + <condition-description>Applicatble to all EJB types with EJB-spec 2.1</condition-description> + <condition type="and"> + <condition type="class"/> + <condition type="or"> + <condition type="type"> + <condition-parameter>javax.ejb.EntityBean</condition-parameter> + </condition> + <condition type="type"> + <condition-parameter>javax.ejb.SessionBean</condition-parameter> + </condition> + <condition type="type"> + <condition-parameter>javax.ejb.MessageDrivenBean</condition-parameter> + </condition> + </condition> + </condition> + <parameter type="text"> + <name>name</name> + <usage-description>The logical name of the component to be looked up.</usage-description> + <mandatory>true</mandatory> + </parameter> + <parameter type="text"> + <name>interface</name> + <usage-description>The fully qualified class name of the JAX-RPC interface</usage-description> + <mandatory>true</mandatory> + </parameter> + <parameter type="text"> + <name>wsdl-file-uri</name> + <usage-description>The URI location of a WSDL-file. This is relative to the module root.</usage-description> + <mandatory>false</mandatory> + </parameter> + <parameter type="text"> + <name>jaxrpc-mapping-file</name> + <usage-description>The name of a JAXRPC-mapping file describing the mapping from Java to Wsdl.</usage-description> + <mandatory>false</mandatory> + </parameter> + <parameter type="text"> + <name>qname</name> + <usage-description> + Ths service-qname describes the specific wsdl service element that is being refered to. This is only needed if a wsdl file is given. + </usage-description> + <mandatory>false</mandatory> + </parameter> + </tag> <tag> <level>class</level> *************** *** 868,872 **** <usage-description>Defines an environment entry for an EJB.</usage-description> <unique>false</unique> ! <condition-description>Applicable to all EJB types.</condition-description> <condition type="and"> <condition type="class"/> --- 916,920 ---- <usage-description>Defines an environment entry for an EJB.</usage-description> <unique>false</unique> ! <condition-description>Applicable to all EJB types with EJB.</condition-description> <condition type="and"> <condition type="class"/> ------------------------------------------------------- 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