Update of /cvsroot/xdoclet/xdoclet/modules/ejb/src/META-INF
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24952/modules/ejb/src/META-INF
Modified Files:
xtags.xml
Log Message:
added full method-permission scopability (XDT-658)
Index: xtags.xml
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet/modules/ejb/src/META-INF/xtags.xml,v
retrieving revision 1.60
retrieving revision 1.61
diff -C2 -r1.60 -r1.61
*** xtags.xml 25 Mar 2005 21:00:43 -0000 1.60
--- xtags.xml 26 Mar 2005 09:23:19 -0000 1.61
***************
*** 1556,1559 ****
--- 1556,1622 ----
<condition-description>Entity beans, EJB 2.0</condition-description>
</parameter>
+ <parameter type="text">
+ <name>view-type</name>
+ <usage-description>
+ Indicates the view-type(s) for which this permission applies.
The types "all",
+ "remote-service-endpoint", "local-service-endpoint" and
"service-endpoint" are only
+ applicable to EJB2.1 session beans. This parameter must not be
set if "method-intf"
+ is set.
+ </usage-description>
+ <mandatory>false</mandatory>
+ <condition-description>Session and Entity beans, EJB
2.0+</condition-description>
+ <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>
+ <option-sets>
+ <option-set>
+ <default>the view-type for the bean / method</default>
+ <options>
+ <option>local</option>
+ <option>remote</option>
+ <option>both</option>
+ <option>service-endpoint</option>
+ <option>local-service-endpoint</option>
+ <option>remote-service-endpoint</option>
+ <option>all</option>
+ </options>
+ </option-set>
+ </option-sets>
+ </parameter>
+ <parameter type="text">
+ <name>method-intf</name>
+ <usage-description>
+ Indicates the method-interfaces for which this permission
applies. The type "ServiceEndpoint" is
+ only applicable to EJB2.1 session beans. This parameter is
only applicable to class-level permission.
+ It must not be set if "view-type" is set.
+ </usage-description>
+ <mandatory>false</mandatory>
+ <condition-description>Session and Entity beans, EJB
2.0+</condition-description>
+ <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>
+ <option-sets>
+ <option-set>
+ <default>all interfaces which are supported by the bean /
method</default>
+ <options>
+ <option>Remote</option>
+ <option>Home</option>
+ <option>Local</option>
+ <option>LocalHome</option>
+ <option>ServiceEndpoint</option>
+ </options>
+ </option-set>
+ </option-sets>
+ </parameter>
</tag>
<tag>
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
xdoclet-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel