Class QuickfixjConverters
java.lang.Object
org.apache.camel.component.quickfixj.converter.QuickfixjConverters
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.camel.Exchange
toExchange
(org.apache.camel.Consumer consumer, quickfix.SessionID sessionID, quickfix.Message message, QuickfixjEventCategory eventCategory, org.apache.camel.ExchangePattern exchangePattern) static org.apache.camel.Exchange
toExchange
(org.apache.camel.Endpoint endpoint, quickfix.SessionID sessionID, quickfix.Message message, QuickfixjEventCategory eventCategory) static org.apache.camel.Exchange
toExchange
(org.apache.camel.Endpoint endpoint, quickfix.SessionID sessionID, quickfix.Message message, QuickfixjEventCategory eventCategory, org.apache.camel.ExchangePattern exchangePattern) static InputStream
toInputStream
(quickfix.Message value, org.apache.camel.Exchange exchange) static quickfix.Message
toMessage
(byte[] value, org.apache.camel.Exchange exchange) static quickfix.Message
static quickfix.SessionID
toSessionID
(String sessionID)
-
Method Details
-
toSessionID
-
toMessage
@Converter public static quickfix.Message toMessage(String value, org.apache.camel.Exchange exchange) throws quickfix.InvalidMessage, quickfix.ConfigError - Throws:
quickfix.InvalidMessage
quickfix.ConfigError
-
toMessage
@Converter public static quickfix.Message toMessage(byte[] value, org.apache.camel.Exchange exchange) throws quickfix.InvalidMessage, quickfix.ConfigError, UnsupportedEncodingException - Throws:
quickfix.InvalidMessage
quickfix.ConfigError
UnsupportedEncodingException
-
toInputStream
@Converter public static InputStream toInputStream(quickfix.Message value, org.apache.camel.Exchange exchange) throws UnsupportedEncodingException - Throws:
UnsupportedEncodingException
-
toExchange
public static org.apache.camel.Exchange toExchange(org.apache.camel.Endpoint endpoint, quickfix.SessionID sessionID, quickfix.Message message, QuickfixjEventCategory eventCategory) -
toExchange
public static org.apache.camel.Exchange toExchange(org.apache.camel.Endpoint endpoint, quickfix.SessionID sessionID, quickfix.Message message, QuickfixjEventCategory eventCategory, org.apache.camel.ExchangePattern exchangePattern) -
toExchange
public static org.apache.camel.Exchange toExchange(org.apache.camel.Consumer consumer, quickfix.SessionID sessionID, quickfix.Message message, QuickfixjEventCategory eventCategory, org.apache.camel.ExchangePattern exchangePattern)
-