From 99107098916fecc8c788f441452e9608037ae425 Mon Sep 17 00:00:00 2001 From: slaws Date: Wed, 18 Aug 2010 15:28:56 +0000 Subject: TUSCANY-3653 - Read JAXWS annotations in Java interfaces (JAXWSJavaIntefaceProcessor) and, in the JavaIntefaceProcessor, post process these to reconfigure the Java interface based on what is found. The case where WSDL is referenced is tricky and still has holes. The WSDL is read and is attached to the Java interface as a normalized interface and is used during interface matching. Binding implementations that care about WSDL should really check the normalized interface rather than the service interface itself. This is still a TODO. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@986740 13f79535-47bb-0310-9956-ffa450edef68 --- sca-java-2.x/trunk/modules/domain-node/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'sca-java-2.x/trunk/modules/domain-node/pom.xml') diff --git a/sca-java-2.x/trunk/modules/domain-node/pom.xml b/sca-java-2.x/trunk/modules/domain-node/pom.xml index 9cda8ebb9c..b4980b2105 100644 --- a/sca-java-2.x/trunk/modules/domain-node/pom.xml +++ b/sca-java-2.x/trunk/modules/domain-node/pom.xml @@ -62,6 +62,13 @@ 2.0-SNAPSHOT test + + + org.apache.tuscany.sca + tuscany-binding-ws-wsdlgen + 2.0-SNAPSHOT + test + -- cgit v1.2.3