diff options
| author | Arnaud Simon <arnaudsimon@apache.org> | 2007-08-13 13:03:24 +0000 |
|---|---|---|
| committer | Arnaud Simon <arnaudsimon@apache.org> | 2007-08-13 13:03:24 +0000 |
| commit | 050a1e1c3660371a3cf65f64cdc6aebd8d9cbfec (patch) | |
| tree | 4cab936a126e0efbcd4d0d1e9857a79521b4bc61 | |
| parent | 1d13011d6c91d666cb58e014d0ff6925aae2a956 (diff) | |
| download | qpid-python-050a1e1c3660371a3cf65f64cdc6aebd8d9cbfec.tar.gz | |
updated JMS messages
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@565337 13f79535-47bb-0310-9956-ffa450edef68
| -rw-r--r-- | qpid/java/client/src/main/java/org/apache/qpidity/jms/message/MessageFactory.java | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/qpid/java/client/src/main/java/org/apache/qpidity/jms/message/MessageFactory.java b/qpid/java/client/src/main/java/org/apache/qpidity/jms/message/MessageFactory.java new file mode 100644 index 0000000000..8703afcaff --- /dev/null +++ b/qpid/java/client/src/main/java/org/apache/qpidity/jms/message/MessageFactory.java @@ -0,0 +1,26 @@ +/* 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. + */ +package org.apache.qpidity.jms.message; + +/** + * + * + */ +public class MessageFactory +{ +} |
