summaryrefslogtreecommitdiffstats
path: root/sandbox/ant/sample.script.async/src/main/resources/AsyncServiceImpl.componentType
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sandbox/ant/sample.script.async/src/main/resources/AsyncServiceImpl.componentType8
1 files changed, 8 insertions, 0 deletions
diff --git a/sandbox/ant/sample.script.async/src/main/resources/AsyncServiceImpl.componentType b/sandbox/ant/sample.script.async/src/main/resources/AsyncServiceImpl.componentType
new file mode 100644
index 0000000000..f6bf9c7752
--- /dev/null
+++ b/sandbox/ant/sample.script.async/src/main/resources/AsyncServiceImpl.componentType
@@ -0,0 +1,8 @@
+<?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="OneWayService">
+ <interface.java interface="sample.AsyncService"/>
+ </service>
+
+</componentType>