org.codehaus.activesoap.transport.jms
Class JMSUtils

java.lang.Object
  extended byorg.codehaus.activesoap.transport.jms.JMSUtils

public class JMSUtils
extends Object

Some JMS related helper methods

Version:
$Revision: 1.1 $

Constructor Summary
JMSUtils()
           
 
Method Summary
static Message createDuplicateMessage(Session session, Message message)
          Creates a duplicate message on the given session so that it can be sent elsewhere
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JMSUtils

public JMSUtils()
Method Detail

createDuplicateMessage

public static Message createDuplicateMessage(Session session,
                                             Message message)
                                      throws JMSException
Creates a duplicate message on the given session so that it can be sent elsewhere

Throws:
JMSException


Copyright © 2004-2007 LogicBlaze, Inc.. All Rights Reserved.