summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/launchers/introducing-domain/src/main/resources/cloud/ClientNode.composite
blob: 14d8417ed2d34c4b97625becab408f5855226651 (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://client.scatours/" targetNamespace="http://tuscany.apache.org/cloud" name="ClientNode">

	<component name="ClientNode">
		<t:implementation.node uri="introducing-client" composite="c:Client" />
		<service name="Node">
            <binding.sca uri="http://localhost:8083" />
			<binding.ws uri="http://localhost:8083" />
			<t:binding.http uri="http://localhost:8083" />
			<t:binding.jsonrpc uri="http://localhost:8083" />
			<t:binding.atom uri="http://localhost:8083" />
		</service>
	</component>
</composite>