blob: 9aabdbaceec871434505e5d340af749a439c2695 (
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"?>
<document>
<properties>
<title>Tuscany</title>
<bannertitle>Tuscany SCA Service</bannertitle>
</properties>
<body>
<section name="Service">
<p>
Services are used to publish services provided by implementations, so that they are addressable by other components.
</p>
<p>
A service published by a composite can be provided by a service of a component defined in the composite, or it can be provided by a reference defined by the composite. The latter case allows the republication of a reference with a new address and/or new bindings.
</p>
<p>
A service may specify a binding. See the section on Bindings for more details of bindings.
</p>
</section>
</body>
</document>
|