summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/binding-jms-runtime/src/main
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2012-01-24 12:29:56 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2012-01-24 12:29:56 +0000
commit8878ca9d09e2a89df87cae0e57b71846d58dfda4 (patch)
tree14101fb60cec882e2af14ba5caecc909f3c1076c /sca-java-2.x/trunk/modules/binding-jms-runtime/src/main
parentcbff648d71b1d70372ddd6ae1f04ac90a12b55e3 (diff)
Add meta-inf/service file for all the MessageProcessors
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1235223 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/modules/binding-jms-runtime/src/main')
-rw-r--r--sca-java-2.x/trunk/modules/binding-jms-runtime/src/main/resources/META-INF/services/org.apache.tuscany.sca.binding.jms.provider.JMSMessageProcessor25
1 files changed, 25 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/modules/binding-jms-runtime/src/main/resources/META-INF/services/org.apache.tuscany.sca.binding.jms.provider.JMSMessageProcessor b/sca-java-2.x/trunk/modules/binding-jms-runtime/src/main/resources/META-INF/services/org.apache.tuscany.sca.binding.jms.provider.JMSMessageProcessor
new file mode 100644
index 0000000000..51b486339c
--- /dev/null
+++ b/sca-java-2.x/trunk/modules/binding-jms-runtime/src/main/resources/META-INF/services/org.apache.tuscany.sca.binding.jms.provider.JMSMessageProcessor
@@ -0,0 +1,25 @@
+# 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.
+
+org.apache.tuscany.sca.binding.jms.provider.BytesMessageProcessor
+org.apache.tuscany.sca.binding.jms.provider.DefaultMessageProcessor
+org.apache.tuscany.sca.binding.jms.provider.ObjectMessageProcessor
+org.apache.tuscany.sca.binding.jms.provider.TextMessageProcessor
+org.apache.tuscany.sca.binding.jms.provider.XMLBytesMessageProcessor
+org.apache.tuscany.sca.binding.jms.provider.XMLTextMessageProcessor
+
+