xflow.messaging
Class JMSPublisher
java.lang.Object
xflow.messaging.JMSPublisher
- public class JMSPublisher
- extends java.lang.Object
|
Method Summary |
static boolean |
isSendingEnabled()
|
static void |
send(java.lang.String topicName,
byte[] byteMsg,
java.util.List props)
|
static void |
send(java.lang.String topicName,
java.lang.String smsg,
java.util.List props)
|
static void |
setSendingEnabled(boolean enabled)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JMSPublisher
public JMSPublisher()
isSendingEnabled
public static boolean isSendingEnabled()
setSendingEnabled
public static void setSendingEnabled(boolean enabled)
send
public static void send(java.lang.String topicName,
java.lang.String smsg,
java.util.List props)
throws XflowException
- Throws:
XflowException
send
public static void send(java.lang.String topicName,
byte[] byteMsg,
java.util.List props)
throws XflowException
- Throws:
XflowException