summaryrefslogtreecommitdiffstats
path: root/sandbox/ant/tuscany-container-rhino/src/test/resources/tests/HelloWorldE4XProxyImpl.componentType
blob: 19e8708bf4e1c314a357548ad8e32c34916ffb69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="ASCII"?>

<componentType xmlns="http://www.osoa.org/xmlns/sca/0.9" xmlns:xsd="http://www.w3.org/2001/XMLSchema">

    <service name="HelloWorldProxyService">
        <interface.java interface="org.apache.tuscany.container.rhino.integration.HelloWorld"/>
    </service>

    <reference name="HelloWorldService">
        <interface.wsdl interface="http://integration.rhino.container.tuscany.apache.org#HelloWorld"/>
    </reference>

</componentType>