xflow.messaging
Class SynchQueueMessaging

java.lang.Object
  extended byxflow.messaging.SynchQueueMessaging

public class SynchQueueMessaging
extends java.lang.Object


Constructor Summary
SynchQueueMessaging()
           
 
Method Summary
static void close()
           
static Response sendRequest(Request req)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SynchQueueMessaging

public SynchQueueMessaging()
Method Detail

close

public static void close()
                  throws javax.jms.JMSException
Throws:
javax.jms.JMSException

sendRequest

public static Response sendRequest(Request req)
                            throws javax.jms.JMSException,
                                   java.io.IOException,
                                   java.lang.ClassNotFoundException,
                                   XflowException
Throws:
javax.jms.JMSException
java.io.IOException
java.lang.ClassNotFoundException
XflowException