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 14:33:48 UTC

svn commit: r307290 - /incubator/woden/java/src/org/apache/woden/WSDLFactory.java

Author: jkaputin
Date: Sat Oct  8 05:33:43 2005
New Revision: 307290

URL: http://svn.apache.org/viewcvs?rev=307290&view=rev
Log:
Pulled the newDescription() public method up from the 
WSDLFactoryImpl class to an abstract method on
the WSDLFactory interface.

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

Modified: incubator/woden/java/src/org/apache/woden/WSDLFactory.java
URL: http://svn.apache.org/viewcvs/incubator/woden/java/src/org/apache/woden/WSDLFactory.java?rev=307290&r1=307289&r2=307290&view=diff
==============================================================================
--- incubator/woden/java/src/org/apache/woden/WSDLFactory.java (original)
+++ incubator/woden/java/src/org/apache/woden/WSDLFactory.java Sat Oct  8 05:33:43 2005
@@ -20,6 +20,8 @@
 import java.io.IOException;
 import java.util.Properties;
 
+import org.apache.woden.wsdl20.xml.DescriptionElement;
+
 
 /**
  * 
@@ -154,10 +156,9 @@
         return fFullPropertyFileName;
     }
     
-    
     public abstract WSDLReader newWSDLReader() throws WSDLException;
     
-    
+    public abstract DescriptionElement newDescription();
     
 
 }



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