Class QuickfixjConverters

java.lang.Object
org.apache.camel.component.quickfixj.converter.QuickfixjConverters

@Converter(generateLoader=true) public final class QuickfixjConverters extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static 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)
     
    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)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • 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 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)