From 7056169666242148a7ef510da0c8d44f327e78d8 Mon Sep 17 00:00:00 2001 From: slaws Date: Tue, 2 Mar 2010 17:00:06 +0000 Subject: Add first bits of code to start enabling the use of policies nested inside of WS Policy and policy alternatives rather than having to sit at the top level. Based on this the next step is to understand how tuscany defined and non-tuscany defined policies are managed. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918111 13f79535-47bb-0310-9956-ffa450edef68 --- .../apache/tuscany/sca/policy/wspolicy/helloworld/HelloWorldClient.java | 1 - .../tuscany/sca/policy/wspolicy/helloworld/HelloWorldService.java | 2 -- 2 files changed, 3 deletions(-) (limited to 'sca-java-2.x/trunk/itest/policy') diff --git a/sca-java-2.x/trunk/itest/policy/wspolicy/src/main/java/org/apache/tuscany/sca/policy/wspolicy/helloworld/HelloWorldClient.java b/sca-java-2.x/trunk/itest/policy/wspolicy/src/main/java/org/apache/tuscany/sca/policy/wspolicy/helloworld/HelloWorldClient.java index b70cb65e17..620adad638 100644 --- a/sca-java-2.x/trunk/itest/policy/wspolicy/src/main/java/org/apache/tuscany/sca/policy/wspolicy/helloworld/HelloWorldClient.java +++ b/sca-java-2.x/trunk/itest/policy/wspolicy/src/main/java/org/apache/tuscany/sca/policy/wspolicy/helloworld/HelloWorldClient.java @@ -19,7 +19,6 @@ package org.apache.tuscany.sca.policy.wspolicy.helloworld; -import org.apache.tuscany.sca.binding.ws.axis2.helloworld.HelloWorld; import org.oasisopen.sca.annotation.Reference; public class HelloWorldClient implements HelloWorld { diff --git a/sca-java-2.x/trunk/itest/policy/wspolicy/src/main/java/org/apache/tuscany/sca/policy/wspolicy/helloworld/HelloWorldService.java b/sca-java-2.x/trunk/itest/policy/wspolicy/src/main/java/org/apache/tuscany/sca/policy/wspolicy/helloworld/HelloWorldService.java index 744a05203a..b7955522f8 100644 --- a/sca-java-2.x/trunk/itest/policy/wspolicy/src/main/java/org/apache/tuscany/sca/policy/wspolicy/helloworld/HelloWorldService.java +++ b/sca-java-2.x/trunk/itest/policy/wspolicy/src/main/java/org/apache/tuscany/sca/policy/wspolicy/helloworld/HelloWorldService.java @@ -19,8 +19,6 @@ package org.apache.tuscany.sca.policy.wspolicy.helloworld; -import org.apache.tuscany.sca.binding.ws.axis2.helloworld.HelloWorld; - public class HelloWorldService implements HelloWorld { public String getGreetings(String s) { -- cgit v1.2.3