summaryrefslogtreecommitdiffstats
path: root/tags/java-M1-20060522/java/sca/containers/container.rhino/src/test/resources/tests/HelloWorldImpl1.componentType
blob: 90b6c090152c923e236cf2a73bf4570fa5ff47da (plain)
1
2
3
4
5
6
7
8
9
<?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="HelloWorldService">
        <interface.java interface="org.apache.tuscany.container.rhino.integration.HelloWorld"/>
    </service>

</componentType>