@Converter public final class QuickfixjConverters extends Object
Modifier and Type | Method and Description |
---|---|
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 |
toMessage(String value,
org.apache.camel.Exchange exchange) |
static quickfix.SessionID |
toSessionID(String sessionID) |
@Converter public static quickfix.SessionID toSessionID(String sessionID)
@Converter public static quickfix.Message toMessage(String value, org.apache.camel.Exchange exchange) throws quickfix.InvalidMessage, quickfix.ConfigError
quickfix.InvalidMessage
quickfix.ConfigError
@Converter public static quickfix.Message toMessage(byte[] value, org.apache.camel.Exchange exchange) throws quickfix.InvalidMessage, quickfix.ConfigError, UnsupportedEncodingException
quickfix.InvalidMessage
quickfix.ConfigError
UnsupportedEncodingException
@Converter public static InputStream toInputStream(quickfix.Message value, org.apache.camel.Exchange exchange) throws quickfix.InvalidMessage, quickfix.ConfigError, UnsupportedEncodingException
quickfix.InvalidMessage
quickfix.ConfigError
UnsupportedEncodingException
public static org.apache.camel.Exchange toExchange(org.apache.camel.Endpoint endpoint, quickfix.SessionID sessionID, quickfix.Message message, QuickfixjEventCategory eventCategory)
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)
Apache Camel