summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/launchers/introducing-domain/src/main/resources/cloud/TripsNode.composite
blob: d769e89203366cdea1b56d76ce1cbd3c6604feed (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://goodvaluetrips.com/" targetNamespace="http://tuscany.apache.org/cloud" name="TripsNode">

	<component name="TripsNode">
		<t:implementation.node uri="introducing-trips" composite="c:Trips" />
		<service name="Node">
            <binding.sca uri="http://localhost:8082" />
			<binding.ws uri="http://localhost:8082" />
			<t:binding.http uri="http://localhost:8082" />
			<t:binding.jsonrpc uri="http://localhost:8082" />
			<t:binding.atom uri="http://localhost:8082" />
		</service>
	</component>
</composite>