diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-04-20 18:07:38 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-04-20 18:07:38 +0000 |
commit | 3e31bb29562f671596df2e84b5d778c2fe8dbeb3 (patch) | |
tree | a1e97a4d52af00bcf931608f299e511218f0d673 /sca-java-2.x/trunk/modules/binding-ws | |
parent | 4c2bb0cebb0caff68e32c2f32d9e4e1c0310b33e (diff) |
Extend a couple of comments
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936020 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/modules/binding-ws')
-rw-r--r-- | sca-java-2.x/trunk/modules/binding-ws/src/main/java/org/apache/tuscany/sca/binding/ws/WebServiceBinding.java | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/modules/binding-ws/src/main/java/org/apache/tuscany/sca/binding/ws/WebServiceBinding.java b/sca-java-2.x/trunk/modules/binding-ws/src/main/java/org/apache/tuscany/sca/binding/ws/WebServiceBinding.java index 62053911f2..7288ece1b5 100644 --- a/sca-java-2.x/trunk/modules/binding-ws/src/main/java/org/apache/tuscany/sca/binding/ws/WebServiceBinding.java +++ b/sca-java-2.x/trunk/modules/binding-ws/src/main/java/org/apache/tuscany/sca/binding/ws/WebServiceBinding.java @@ -160,7 +160,9 @@ public interface WebServiceBinding extends Binding { 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 extends Binding { 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); |