summaryrefslogtreecommitdiffstats
path: root/sandbox/wjaniszewski/binding-erlang-runtime/src/test/resources/ErlangService.composite
blob: 516a971ac4e8988e8f33a6992701fe90a215f4dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
           xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0"
           targetNamespace="http://sample"
           xmlns:sample="http://sample"
           name="ErlangServiceBinding">
    
	<component name="ServiceTest">
        <implementation.java class="org.apache.tuscany.sca.binding.erlang.testing.ServiceTestComponentImpl" />
    </component>
    <service name="ServiceTest" promote="ServiceTest">
    	<interface.java interface="org.apache.tuscany.sca.binding.erlang.testing.ServiceTestComponent" />
       	<tuscany:binding.erlang node="RPCServer" module="hello"/>
    </service>
	
</composite>