summaryrefslogtreecommitdiffstats
path: root/sandbox/old/contrib/implementation-javascript/samples/helloworld/src/main/resources/HelloWorld.componentType
blob: 5acb3a42d8925b71d8886c9b308b31791397ec55 (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="ASCII"?>

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

    <service name="helloworld.HelloWorldService">
        <interface.java interface="helloworld.HelloWorldService"/>
    </service>

</componentType>