Class QuickfixjConverters
- java.lang.Object
-
- org.apache.camel.component.quickfixj.converter.QuickfixjConverters
-
@Converter(generateLoader=true) public final class QuickfixjConverters extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
toSessionID
@Converter public static quickfix.SessionID toSessionID(String sessionID)
-
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 quickfix.InvalidMessage, quickfix.ConfigError, UnsupportedEncodingException
- Throws:
quickfix.InvalidMessage
quickfix.ConfigError
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)
-
-