summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/launchers/introducing-domain/src/main/resources/cloud/ToursNode.composite
blob: 9408da0e0d1116a0a9d0c9b439e9fbd1c5ed0a4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?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:c="http://tuscanyscatours.com/" targetNamespace="http://tuscany.apache.org/cloud" name="ToursNode">

	<component name="ToursNode">
		<t:implementation.node uri="introducing-tours" composite="c:Tours" />
		<service name="Node">
            <binding.sca uri="http://localhost:8081" />
			<binding.ws uri="http://localhost:8081" />
			<t:binding.http uri="http://localhost:8081" />
			<t:binding.jsonrpc uri="http://localhost:8081" />
			<t:binding.atom uri="http://localhost:8081" />
		</service>
	</component>
</composite>