diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-03-02 17:00:06 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-03-02 17:00:06 +0000 |
commit | 7056169666242148a7ef510da0c8d44f327e78d8 (patch) | |
tree | 84189f695464243ad0e7ec1d506739bcd9e4bc36 /sca-java-2.x/trunk/itest/policy/wspolicy | |
parent | 1b7dae00ac4ff8e658fe052c854860b449b13a62 (diff) |
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
Diffstat (limited to 'sca-java-2.x/trunk/itest/policy/wspolicy')
2 files changed, 0 insertions, 3 deletions
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) { |