summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/modules/binding-hessian/src/test/resources/first_hessian.composite
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-12-29 16:31:47 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-12-29 16:31:47 +0000
commitfc3755a211908e45ad3cb3a6238769dcd8338094 (patch)
tree40e70e1c7c8a05147a1fd0e66c15a905b2b289e3 /branches/sca-java-1.x/modules/binding-hessian/src/test/resources/first_hessian.composite
parent152cf09b068bbb6f55d7335a429cb7bc46e833bd (diff)
TUSCANY-2748: Apply patch from zlwyzzx for contibution of a new hessian binding. Thanks for the code zlwyzzx!
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@729931 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--branches/sca-java-1.x/modules/binding-hessian/src/test/resources/first_hessian.composite21
1 files changed, 21 insertions, 0 deletions
diff --git a/branches/sca-java-1.x/modules/binding-hessian/src/test/resources/first_hessian.composite b/branches/sca-java-1.x/modules/binding-hessian/src/test/resources/first_hessian.composite
new file mode 100644
index 0000000000..fd3eefaeaa
--- /dev/null
+++ b/branches/sca-java-1.x/modules/binding-hessian/src/test/resources/first_hessian.composite
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
+ xmlns:t="http://tuscany.apache.org/xmlns/sca/1.0"
+ xmlns:dbsdo="http://tuscany.apache.org/xmlns/sca/databinding/sdo/1.0"
+ xmlns:e="http://hessian"
+ targetNamespace="http://FirstHessianSCA"
+ name="FirstHessianSCA">
+
+ <component name="FirstHessianComponent">
+ <implementation.java
+ class="org.zhulei.test.hessian.first.FirstImpl" />
+ </component>
+
+ <service name="Hessian"
+ promote="FirstHessianComponent">
+ <interface.java
+ interface="org.zhulei.test.hessian.first.IFirst" />
+ <e:binding.hessian uri="/hessian1" />
+ </service>
+
+</composite>