public class QuickfixjComponent
extends org.apache.camel.impl.UriEndpointComponent
implements org.apache.camel.StartupListener
| Constructor and Description |
|---|
QuickfixjComponent() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.camel.Endpoint |
createEndpoint(String uri,
String remaining,
Map<String,Object> parameters) |
protected void |
doShutdown() |
protected void |
doStart() |
protected void |
doStop() |
Map<String,QuickfixjConfiguration> |
getConfigurations() |
boolean |
isLazyCreateEngines() |
void |
onCamelContextStarted(org.apache.camel.CamelContext camelContext,
boolean alreadyStarted) |
void |
setConfigurations(Map<String,QuickfixjConfiguration> configurations)
To use the given map of pre configured QuickFix configurations mapped to the key
|
void |
setLazyCreateEngines(boolean lazyCreateEngines)
If set to
true, the engines will be created and started when needed (when first message
is send) |
void |
setLogFactory(quickfix.LogFactory logFactory)
To use the given LogFactory
|
void |
setMessageFactory(quickfix.MessageFactory messageFactory)
To use the given MessageFactory
|
void |
setMessageStoreFactory(quickfix.MessageStoreFactory messageStoreFactory)
To use the given MessageStoreFactory
|
createComponentConfiguration, createParameterConfigurationMap, getEndpointClass, getParameterConfigurationMap, populateParameterConfigurationMap, setEndpointClassafterConfiguration, createConfiguration, createEndpoint, getAndRemoveOrResolveReferenceParameter, getAndRemoveOrResolveReferenceParameter, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, ifStartsWithReturnRemainder, preProcessUri, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, setCamelContext, setProperties, setProperties, useIntrospectionOnEndpoint, useRawUri, validateParameters, validateURIprotected org.apache.camel.Endpoint createEndpoint(String uri, String remaining, Map<String,Object> parameters) throws Exception
createEndpoint in class org.apache.camel.impl.DefaultComponentExceptionprotected void doStart()
throws Exception
doStart in class org.apache.camel.impl.DefaultComponentExceptionprotected void doStop()
throws Exception
doStop in class org.apache.camel.impl.DefaultComponentExceptionprotected void doShutdown()
throws Exception
doShutdown in class org.apache.camel.support.ServiceSupportExceptionpublic void setMessageFactory(quickfix.MessageFactory messageFactory)
public void setLogFactory(quickfix.LogFactory logFactory)
public void setMessageStoreFactory(quickfix.MessageStoreFactory messageStoreFactory)
public Map<String,QuickfixjConfiguration> getConfigurations()
public void setConfigurations(Map<String,QuickfixjConfiguration> configurations)
public boolean isLazyCreateEngines()
public void setLazyCreateEngines(boolean lazyCreateEngines)
true, the engines will be created and started when needed (when first message
is send)Apache Camel