You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by am...@apache.org on 2007/02/28 10:01:17 UTC

svn commit: r512667 - /webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/java/CallbackHandlerTemplate.xsl

Author: amilas
Date: Wed Feb 28 01:01:16 2007
New Revision: 512667

URL: http://svn.apache.org/viewvc?view=rev&rev=512667
Log:
fixed the issue AXIS2_1657

Modified:
    webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/java/CallbackHandlerTemplate.xsl

Modified: webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/java/CallbackHandlerTemplate.xsl
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/java/CallbackHandlerTemplate.xsl?view=diff&rev=512667&r1=512666&r2=512667
==============================================================================
--- webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/java/CallbackHandlerTemplate.xsl (original)
+++ webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/template/java/CallbackHandlerTemplate.xsl Wed Feb 28 01:01:16 2007
@@ -56,7 +56,7 @@
                 <xsl:when test="$mep='12'">
            /**
             * auto generated Axis2 call back method for <xsl:value-of select="@name"/> method
-            *
+            * override this method for handling normal response from <xsl:value-of select="@name"/> operation
             */
            public void receiveResult<xsl:value-of select="@name"/>(
                     <xsl:choose>
@@ -74,7 +74,7 @@
 
           /**
            * auto generated Axis2 Error handler
-           *
+           * override this method for handling error response from <xsl:value-of select="@name"/> operation
            */
             public void receiveError<xsl:value-of select="@name"/>(java.lang.Exception e) {
             }



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org