summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.5/modules/binding-hessian/src/test/resources/first_hessian.composite
blob: fd3eefaeaa987eb200834d97adfc61e35521c005 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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>