summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/binding-rmi-runtime/src/test/resources/HelloWorldImpl.componentType
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2008-10-18 00:09:28 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2008-10-18 00:09:28 +0000
commita0ae28884dadf05c328838d8ca7a669ab20b45d6 (patch)
treeead9fd8ec6eb57aa1d0cd49c6c493c654d353f36 /java/sca/modules/binding-rmi-runtime/src/test/resources/HelloWorldImpl.componentType
parent9e80ea9a28fcf591c90da4122922ed9ce251c0eb (diff)
Splitting RMI binding into rmi/rmi-runtime to follow other extension pattern
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705789 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/modules/binding-rmi-runtime/src/test/resources/HelloWorldImpl.componentType')
-rw-r--r--java/sca/modules/binding-rmi-runtime/src/test/resources/HelloWorldImpl.componentType23
1 files changed, 23 insertions, 0 deletions
diff --git a/java/sca/modules/binding-rmi-runtime/src/test/resources/HelloWorldImpl.componentType b/java/sca/modules/binding-rmi-runtime/src/test/resources/HelloWorldImpl.componentType
new file mode 100644
index 0000000000..224a68f88d
--- /dev/null
+++ b/java/sca/modules/binding-rmi-runtime/src/test/resources/HelloWorldImpl.componentType
@@ -0,0 +1,23 @@
+<!--
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+-->
+<componentType xmlns="http://www.osoa.org/xmlns/sca/1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
+ <service name="HelloWorldService">
+ <interface.java interface="helloworld.HelloWorldService"/>
+ </service>
+</componentType>