Hi,

I'm upgrading a .j file for generating specific code for EJB. However, I'm
looking for getting the parameter(s) of a current method :

 <XDtMetod:forAllMethods> 
     <XDtMetod:ifMethodNameEquals name="ejbCreate">
         public Long ejbCreate( HERE I WANT TO GET THE METHOD PARAMETER OF THE
TREATED METHOD IN JAVA FILE ) throws  {
           // Call of the parent constructor cause some code could exists there
           super(  );    
           ..... 
         }
     <XDtMetod:ifMethodNameEquals/>
 </XDtMetod:forAllMethods>

Have you got any clues for doing that ?

Regards,
Denis Boutin.


-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g.
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id149&alloc_id66&op=click
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to