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 jo...@apache.org on 2006/10/19 12:32:31 UTC

svn commit: r465563 - in /webservices/axis2/branches/java/1_1/modules/kernel/src/org/apache/axis2/description: AxisService.java WSDL11ToAxisServiceBuilder.java

Author: jochen
Date: Thu Oct 19 03:32:30 2006
New Revision: 465563

URL: http://svn.apache.org/viewvc?view=rev&rev=465563
Log:
JavaDoc fixes

Modified:
    webservices/axis2/branches/java/1_1/modules/kernel/src/org/apache/axis2/description/AxisService.java
    webservices/axis2/branches/java/1_1/modules/kernel/src/org/apache/axis2/description/WSDL11ToAxisServiceBuilder.java

Modified: webservices/axis2/branches/java/1_1/modules/kernel/src/org/apache/axis2/description/AxisService.java
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/kernel/src/org/apache/axis2/description/AxisService.java?view=diff&rev=465563&r1=465562&r2=465563
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/kernel/src/org/apache/axis2/description/AxisService.java (original)
+++ webservices/axis2/branches/java/1_1/modules/kernel/src/org/apache/axis2/description/AxisService.java Thu Oct 19 03:32:30 2006
@@ -1242,7 +1242,6 @@
      * @param messageReceiverClassMap
      * @param targetNamespace
      * @param schemaNamespace
-     * @return
      * @throws AxisFault
      */
 
@@ -1360,7 +1359,6 @@
      * @param messageReceiverClass : Message receiver that you want to use
      * @param targetNameSpace      : Service namespace
      * @param schemaNameSpace      : Schema namespace
-     * @return
      * @throws AxisFault
      */
 

Modified: webservices/axis2/branches/java/1_1/modules/kernel/src/org/apache/axis2/description/WSDL11ToAxisServiceBuilder.java
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/kernel/src/org/apache/axis2/description/WSDL11ToAxisServiceBuilder.java?view=diff&rev=465563&r1=465562&r2=465563
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/kernel/src/org/apache/axis2/description/WSDL11ToAxisServiceBuilder.java (original)
+++ webservices/axis2/branches/java/1_1/modules/kernel/src/org/apache/axis2/description/WSDL11ToAxisServiceBuilder.java Thu Oct 19 03:32:30 2006
@@ -203,7 +203,6 @@
      * populates a given service This is the only publicly accessible method in
      * this class
      * 
-     * @return
      * @throws AxisFault
      */
     public AxisService populateService() throws AxisFault {
@@ -342,7 +341,6 @@
      * Look for the relevant binding!
      * 
      * @param dif
-     * @return
      * @throws AxisFault
      */
     private Binding findBinding(Definition dif) throws AxisFault {
@@ -882,7 +880,6 @@
      * 
      * @param wsdl4jOperation
      * @param dif
-     * @return
      * @throws Exception
      */
     private AxisOperation populateOperations(Operation wsdl4jOperation,
@@ -1577,7 +1574,6 @@
      * Read the WSDL file given the inputstream for the WSDL source
      * 
      * @param in
-     * @return
      * @throws WSDLException
      */
     private Definition readInTheWSDLFile(InputStream in) throws WSDLException {
@@ -2006,7 +2002,6 @@
      * Guess the MEP based on the order of messages
      * 
      * @param operation
-     * @return
      * @throws Exception
      */
     private String getMEP(Operation operation) throws Exception {



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