User: ara_e_w 
  Date: 02/05/23 15:25:06

  Modified:    modules/apache/src/xdoclet/modules/apache/soap/ejb Tag:
                        MODULE_REFACTORING_BRANCH ApacheSoapSubTask.java
  Log:
  Implemented <externalizer/> subtask. It generates (externalizes) a properties file 
by looking after some specified tags in code. We use it in core and modules for 
generating message bundle files. As an example two classes were modified to contain 
@msg:bundle tags. It was tricky for core, because of chicken/egg problem :-)
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.7   +8 -13     
xdoclet/modules/apache/src/xdoclet/modules/apache/soap/ejb/Attic/ApacheSoapSubTask.java
  
  Index: ApacheSoapSubTask.java
  ===================================================================
  RCS file: 
/cvsroot/xdoclet/xdoclet/modules/apache/src/xdoclet/modules/apache/soap/ejb/Attic/ApacheSoapSubTask.java,v
  retrieving revision 1.1.2.6
  retrieving revision 1.1.2.7
  diff -u -w -r1.1.2.6 -r1.1.2.7
  --- ApacheSoapSubTask.java    12 May 2002 15:21:14 -0000      1.1.2.6
  +++ ApacheSoapSubTask.java    23 May 2002 22:25:06 -0000      1.1.2.7
  @@ -17,7 +17,7 @@
    * @author            Ara Abrahamian ([EMAIL PROTECTED])
    * @created           Oct 15, 2001
    * @xdoclet:subtask   name="apachesoap" parent="xdoclet.modules.ejb.EjbDocletTask"
  - * @version           $Revision: 1.1.2.6 $
  + * @version           $Revision: 1.1.2.7 $
    */
   public class ApacheSoapSubTask extends XmlSubTask
   {
  @@ -67,8 +67,7 @@
       }
   
       /**
  -     * Gets the StatelessSessionEjbProvider attribute of the ApacheSoapSubTask
  -     * object
  +     * Gets the StatelessSessionEjbProvider attribute of the ApacheSoapSubTask 
object
        *
        * @return   The StatelessSessionEjbProvider value
        */
  @@ -78,8 +77,7 @@
       }
   
       /**
  -     * Gets the StatefulSessionEjbProvider attribute of the ApacheSoapSubTask
  -     * object
  +     * Gets the StatefulSessionEjbProvider attribute of the ApacheSoapSubTask object
        *
        * @return   The StatefulSessionEjbProvider value
        */
  @@ -129,11 +127,9 @@
       }
   
       /**
  -     * Sets the StatelessSessionEjbProvider attribute of the ApacheSoapSubTask
  -     * object
  +     * Sets the StatelessSessionEjbProvider attribute of the ApacheSoapSubTask 
object
        *
  -     * @param statelessSessionEjbProvider  The new StatelessSessionEjbProvider
  -     *      value
  +     * @param statelessSessionEjbProvider  The new StatelessSessionEjbProvider value
        */
       public void setStatelessSessionEjbProvider(String statelessSessionEjbProvider)
       {
  @@ -141,11 +137,9 @@
       }
   
       /**
  -     * Sets the StatefulSessionEjbProvider attribute of the ApacheSoapSubTask
  -     * object
  +     * Sets the StatefulSessionEjbProvider attribute of the ApacheSoapSubTask object
        *
  -     * @param statefulSessionEjbProvider  The new StatefulSessionEjbProvider
  -     *      value
  +     * @param statefulSessionEjbProvider  The new StatefulSessionEjbProvider value
        */
       public void setStatefulSessionEjbProvider(String statefulSessionEjbProvider)
       {
  @@ -196,6 +190,7 @@
        * Called to validate configuration parameters.
        *
        * @exception XDocletException  Description of Exception
  +     * @msg:bundle                  id="parameter_missing_or_empty" msg="parameter 
is missing or empty."
        */
       public void validateOptions() throws XDocletException
       {
  
  
  

_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to