summaryrefslogtreecommitdiffstats
path: root/sandbox/event/samples/event-jms/src/main/resources/weatherSubscriber.composite
diff options
context:
space:
mode:
authorrsivaram <rsivaram@13f79535-47bb-0310-9956-ffa450edef68>2008-10-17 12:51:51 +0000
committerrsivaram <rsivaram@13f79535-47bb-0310-9956-ffa450edef68>2008-10-17 12:51:51 +0000
commit0dbacc50af2290dc9c6366bc4ff2aa73f68461a5 (patch)
tree181701d3db804b50d7866159b51606acf13c720f /sandbox/event/samples/event-jms/src/main/resources/weatherSubscriber.composite
parent4628e350ff34fe2122ffff52142f75224f3c1eb1 (diff)
Event prototype: initial sample
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705589 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/event/samples/event-jms/src/main/resources/weatherSubscriber.composite')
-rw-r--r--sandbox/event/samples/event-jms/src/main/resources/weatherSubscriber.composite35
1 files changed, 35 insertions, 0 deletions
diff --git a/sandbox/event/samples/event-jms/src/main/resources/weatherSubscriber.composite b/sandbox/event/samples/event-jms/src/main/resources/weatherSubscriber.composite
new file mode 100644
index 0000000000..eac1b242ea
--- /dev/null
+++ b/sandbox/event/samples/event-jms/src/main/resources/weatherSubscriber.composite
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * 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.
+-->
+<composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
+ xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0"
+ targetNamespace="http://weather"
+ xmlns:weather="http://weather"
+ name="weatherSubscriber">
+
+ <component name="WeatherSubscriberComponent">
+ <implementation.java class="weather.WeatherSubscriberComponent"/>
+
+
+ <consumer name="weatherSubscriber">
+ </consumer>
+
+ </component>
+
+</composite>