Author: scamp
Date: Tue Jun  7 09:01:29 2005
New Revision: 188804

URL: http://svn.apache.org/viewcvs?rev=188804&view=rev
Log: (empty)

Modified:
    incubator/apollo/trunk/src/templates/Service.vm

Modified: incubator/apollo/trunk/src/templates/Service.vm
URL: 
http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/templates/Service.vm?rev=188804&r1=188803&r2=188804&view=diff
==============================================================================
--- incubator/apollo/trunk/src/templates/Service.vm (original)
+++ incubator/apollo/trunk/src/templates/Service.vm Tue Jun  7 09:01:29 2005
@@ -64,8 +64,14 @@
    public $customMethodList.get($key).JavaMethodSignature
    {              
        ${customMethodList.get($key).FullyQualifiedResponseClassName} 
responseDocument = 
${customMethodList.get($key).FullyQualifiedResponseClassName}.Factory.newInstance();
   
-       
${customMethodList.get($key).FullyQualifiedResponseClassName}.${customMethodList.get($key).UnqualifiedResponseTypeName}
  response = 
responseDocument.addNew${customMethodList.get($key).UnqualifiedResponseTypeName}();
-       //TODO implement method and populate the response object 
+       
+       /**
+        * TODO implement method and populate the response object 
+        * 
+        * For more information on working-with/populating the 
XmlBean-generated types.
+        *
+        * See 
http://xmlbeans.apache.org/documentation/tutorial_getstarted.html#Results+of+Compiling+the+Schema
         
+        */
        return responseDocument;
    }
    



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to