You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sl...@apache.org on 2010/04/20 20:07:38 UTC

svn commit: r936020 - /tuscany/sca-java-2.x/trunk/modules/binding-ws/src/main/java/org/apache/tuscany/sca/binding/ws/WebServiceBinding.java

Author: slaws
Date: Tue Apr 20 18:07:38 2010
New Revision: 936020

URL: http://svn.apache.org/viewvc?rev=936020&view=rev
Log:
Extend a couple of comments

Modified:
    tuscany/sca-java-2.x/trunk/modules/binding-ws/src/main/java/org/apache/tuscany/sca/binding/ws/WebServiceBinding.java

Modified: tuscany/sca-java-2.x/trunk/modules/binding-ws/src/main/java/org/apache/tuscany/sca/binding/ws/WebServiceBinding.java
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/binding-ws/src/main/java/org/apache/tuscany/sca/binding/ws/WebServiceBinding.java?rev=936020&r1=936019&r2=936020&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/modules/binding-ws/src/main/java/org/apache/tuscany/sca/binding/ws/WebServiceBinding.java (original)
+++ tuscany/sca-java-2.x/trunk/modules/binding-ws/src/main/java/org/apache/tuscany/sca/binding/ws/WebServiceBinding.java Tue Apr 20 18:07:38 2010
@@ -160,7 +160,9 @@ public interface WebServiceBinding exten
     WSDLDefinition getWSDLDefinition();
 
     /**
-     * Sets the WSDL definition.
+     * Sets the WSDL definition if one was specified by the user in the
+     * composite file
+     * 
      * @param wsdlDefinition the WSDL definition
      */
     void setDefinition(WSDLDefinition wsdlDefinition);
@@ -206,7 +208,9 @@ public interface WebServiceBinding exten
     Definition getWSDLDocument();
 
     /**
-     * Sets the generated WSDL definitions document.
+     * Sets the generated WSDL definitions document. The WSDL is generated
+     * from the component implementation
+     * 
      * @param definition the generated WSDL definitions document
      */
     void setWSDLDocument(Definition definition);