From 85311957ed9ad321c2ff22925cc132f996571c7f Mon Sep 17 00:00:00 2001 From: slaws Date: Thu, 25 Mar 2010 17:32:02 +0000 Subject: Mainly note to self. Start to clarify WS binding methods. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@927518 13f79535-47bb-0310-9956-ffa450edef68 --- .../java/org/apache/tuscany/sca/binding/ws/WebServiceBinding.java | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'sca-java-2.x/trunk/modules/binding-ws/src/main/java/org/apache/tuscany') 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 5e0f8a0a88..62053911f2 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 @@ -210,5 +210,13 @@ public interface WebServiceBinding extends Binding { * @param definition the generated WSDL definitions document */ void setWSDLDocument(Definition definition); + + + // TODO - There are a wealth of oddly named methods in this binding + // We have an opportunity with the JAXWS version of the WS binding + // to re-think how the information here should be present so am + // going to start adding/moving methods to below this point that + // (hopefully) give a better idea of where the information is + // derived from. } -- cgit v1.2.3