org.marketcetera.client.jms
Class JMSFIXMessageConverter
java.lang.Object
org.marketcetera.client.jms.JMSFIXMessageConverter
- All Implemented Interfaces:
- MessageConverter
public class JMSFIXMessageConverter
- extends Object
- implements MessageConverter
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BYTES_MESSAGE_CHARSET
public static final String BYTES_MESSAGE_CHARSET
- See Also:
- Constant Field Values
JMSFIXMessageConverter
public JMSFIXMessageConverter()
isSerializeToString
public boolean isSerializeToString()
setSerializeToString
public void setSerializeToString(boolean serializeToString)
fromMessage
public Object fromMessage(Message message)
throws JMSException,
MessageConversionException
- Specified by:
fromMessage in interface MessageConverter
- Throws:
JMSException
MessageConversionException
toMessage
public Message toMessage(Object message,
Session session)
throws JMSException,
MessageConversionException
- Converts from the ORS to the JMS queue format - ie from a FIX Message -> JMS message
- Specified by:
toMessage in interface MessageConverter
- Throws:
JMSException
MessageConversionException
Copyright © 2012. All Rights Reserved.