| java.lang.Object com.sun.j2ee.blueprints.opc.webservice.invoicercvr.TopicHelper
TopicHelper | public class TopicHelper (Code) | | A helper class which takes care of sending a JMS message to a topic
|
Constructor Summary | |
public | TopicHelper(TopicConnectionFactory topicFactory, Topic topic) |
TopicHelper | public TopicHelper(TopicConnectionFactory topicFactory, Topic topic)(Code) | | Parameters: qFactory - is the connection factory used to get a connection Parameters: q - is the Queue to send the message to |
sendMessage | public void sendMessage(String xmlMessage) throws JMSException(Code) | | Helper method that can be uses to send string message to the topic
Parameters: xmlMessage - the text message to be sent JMSException on failure to send |
|
|