diff options
-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); |