You are viewing a plain text version of this content. The canonical link for it is here.
Posted to woden-dev@ws.apache.org by jk...@apache.org on 2005/10/08 19:02:41 UTC

svn commit: r307312 - /incubator/woden/java/src/org/apache/woden/WSDLReader.java

Author: jkaputin
Date: Sat Oct  8 10:02:35 2005
New Revision: 307312

URL: http://svn.apache.org/viewcvs?rev=307312&view=rev
Log:
modified readWSDL to declare WSDLException 
instead of Exception

Modified:
    incubator/woden/java/src/org/apache/woden/WSDLReader.java

Modified: incubator/woden/java/src/org/apache/woden/WSDLReader.java
URL: http://svn.apache.org/viewcvs/incubator/woden/java/src/org/apache/woden/WSDLReader.java?rev=307312&r1=307311&r2=307312&view=diff
==============================================================================
--- incubator/woden/java/src/org/apache/woden/WSDLReader.java (original)
+++ incubator/woden/java/src/org/apache/woden/WSDLReader.java Sat Oct  8 10:02:35 2005
@@ -53,11 +53,13 @@
      * 
      * TODO: return value is WSDL 2.0 specific. May be refactored.
      *
-     * @param wsdlURI a URI (can be a filename or URL) pointing to a
-     * WSDL XML description.
-     * @return the description.
+     * @param wsdlURI a URI (absolute filename or URL) pointing to a
+     * WSDL document.
+     * @return the description element of the WSDL document.
+     * @throws WSDLException for terminating errors and as wrapper
+     * for checked exceptions.
      */
-    public DescriptionElement readWSDL(String wsdlURI) throws Exception;
+    public DescriptionElement readWSDL(String wsdlURI) throws WSDLException;
 
     //TODO - a readWSDL method that returns a Description (eg a component)
     



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