org.apache.camel.component.quickfixj.converter
Class QuickfixjConverters

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

@Converter
public final class QuickfixjConverters
extends Object


Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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)


Apache Camel