org.apache.camel.component.quickfixj
Class QuickfixjSettingsFactory
java.lang.Object
org.apache.camel.component.quickfixj.QuickfixjSettingsFactory
- All Implemented Interfaces:
- org.springframework.beans.factory.FactoryBean<quickfix.SessionSettings>
public class QuickfixjSettingsFactory
- extends Object
- implements org.springframework.beans.factory.FactoryBean<quickfix.SessionSettings>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QuickfixjSettingsFactory
public QuickfixjSettingsFactory()
getObject
public quickfix.SessionSettings getObject()
throws Exception
- Specified by:
getObject in interface org.springframework.beans.factory.FactoryBean<quickfix.SessionSettings>
- Throws:
Exception
getObjectType
public Class<?> getObjectType()
- Specified by:
getObjectType in interface org.springframework.beans.factory.FactoryBean<quickfix.SessionSettings>
isSingleton
public boolean isSingleton()
- Specified by:
isSingleton in interface org.springframework.beans.factory.FactoryBean<quickfix.SessionSettings>
setDefaultSettings
public void setDefaultSettings(Map<Object,Object> defaultSettings)
setSessionSettings
public void setSessionSettings(Map<quickfix.SessionID,Map<Object,Object>> sessionSettings)
Apache CAMEL