summaryrefslogtreecommitdiffstats
path: root/sandbox/container.groovy/src/main/resources/greetings.componentType
blob: 63f054c508a7d7c30c58f5b8f609e03f65c7ad95 (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="GreetingService">
        <interface.java interface="org.apache.tuscany.samples.groovy.Greeting"/>
    </service>

</componentType>