summaryrefslogtreecommitdiffstats
path: root/site/branches/site-20070701-mvnbased/site-author/sca-interface.xml
blob: 52eceb85ee622f3e3e57de9e85015744f81832ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<document>
    <properties>
       <title>Tuscany</title>
       <bannertitle>Tuscany SCA Interface</bannertitle>
    </properties>
    <body>
        <section name="Interface">
<p>
Interfaces define one or more business functions.  These business functions are provided by Services and are used by References.  Services are defined by the Interface which they implement.  SCA currently supports the following interface type systems:
</p>
<ul>
<li>Java interfaces </li>
<li>WSDL 1.1 portTypes </li>
<li>WSDL 2.0 interfaces </li>
</ul>
        </section>
    </body>
</document>