From 3e31bb29562f671596df2e84b5d778c2fe8dbeb3 Mon Sep 17 00:00:00 2001 From: slaws Date: Tue, 20 Apr 2010 18:07:38 +0000 Subject: Extend a couple of comments git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936020 13f79535-47bb-0310-9956-ffa450edef68 --- .../java/org/apache/tuscany/sca/binding/ws/WebServiceBinding.java | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'sca-java-2.x/trunk/modules/binding-ws/src/main') 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); -- cgit v1.2.3