You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by he...@apache.org on 2007/06/14 04:14:30 UTC

svn commit: r547086 - /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/description/AxisOperation.java

Author: hemapani
Date: Wed Jun 13 19:14:30 2007
New Revision: 547086

URL: http://svn.apache.org/viewvc?view=rev&rev=547086
Log:
fix https://issues.apache.org/jira/browse/AXIS2-2643

Modified:
    webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/description/AxisOperation.java

Modified: webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/description/AxisOperation.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/description/AxisOperation.java?view=diff&rev=547086&r1=547085&r2=547086
==============================================================================
--- webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/description/AxisOperation.java (original)
+++ webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/description/AxisOperation.java Wed Jun 13 19:14:30 2007
@@ -643,4 +643,14 @@
         }
         return false;
     }
+    
+    /**
+     * All childerns of a AxisOperation must be Messages. So we just return it. 
+     * @return
+     */
+    
+    public Iterator getMessages(){
+        return getChildren();
+    }
+    
  }



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