|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.marketcetera.client.jms.JmsFactory
org.marketcetera.client.jms.OutgoingJmsFactory
public class OutgoingJmsFactory
A factory of outgoing Spring-wrapped JMS connections (Spring JMS connection templates).
| Constructor Summary | |
|---|---|
OutgoingJmsFactory(ConnectionFactory connectionFactory)
Creates a new factory that uses the given standard JMS connection factory to create connections. |
|
| Method Summary | |
|---|---|
JmsTemplate |
createJmsTemplate(String dstName,
boolean isDstTopic)
Returns a new Spring JMS connection template for the given destination (and of the given type), and for a producer which emits objects supported by SimpleMessageConverter. |
JmsTemplate |
createJmsTemplate(String dstName,
boolean isDstTopic,
MessageConverter messageConverter)
Returns a new Spring JMS connection template for the given destination (and of the given type). |
JmsTemplate |
createJmsTemplateQ(String dstName,
boolean isDstTopic)
Returns a new Spring JMS connection template for the given destination (and of the given type), and for a producer which emits QuickFIX/J messages. |
JmsTemplate |
createJmsTemplateX(String dstName,
boolean isDstTopic)
Returns a new Spring JMS connection template for the given destination (and of the given type), and for a producer which emits FIX Agnostic trade messages, order message envelopes, or broker status messages, transported using XML. |
| Methods inherited from class org.marketcetera.client.jms.JmsFactory |
|---|
getConnectionFactory |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OutgoingJmsFactory(ConnectionFactory connectionFactory)
connectionFactory - The factory.| Method Detail |
|---|
public JmsTemplate createJmsTemplate(String dstName,
boolean isDstTopic,
MessageConverter messageConverter)
dstName - The destination name.isDstTopic - True if the destination is a topic.messageConverter - The converter.
public JmsTemplate createJmsTemplate(String dstName,
boolean isDstTopic)
SimpleMessageConverter.
dstName - The destination name.isDstTopic - True if the destination is a topic.
public JmsTemplate createJmsTemplateQ(String dstName,
boolean isDstTopic)
dstName - The destination name.isDstTopic - True if the destination is a topic.
public JmsTemplate createJmsTemplateX(String dstName,
boolean isDstTopic)
throws JAXBException
dstName - The destination name.isDstTopic - True if the destination is a topic.
JAXBException - Thrown if an error occurs in creating the
JMS/XML converter.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||