public class SpringSessionDescriptor extends LazyBean
The descriptor may be associated with overall session
settings SpringSessionSettings, which contain default
session parameter values used by the descriptor when its own
dictionary does not override them.
The descriptor's data dictionary parameter can be set to
DEFAULT_DATA_DICTIONARY, in which case validation will
take place using the default data dictionary appropriate for the
FIX version implied by the descriptor's begin string.
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_DATA_DICTIONARY
The sentinel value for the data dictionary parameter which
forces validation using the default data dictionary appropriate
for the FIX version implied by the descriptor's begin string.
|
| Constructor and Description |
|---|
SpringSessionDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getDictionary()
Returns the receiver's dictionary.
|
Dictionary |
getQDictionary()
Returns the receiver's QuickFIX/J dictionary.
|
SessionID |
getQSessionID()
Returns the receiver's QuickFIX/J session ID.
|
SpringSessionSettings |
getSettings()
Returns the receiver's session settings.
|
protected void |
process()
Processes the receiver.
|
void |
setDictionary(Map<String,String> dictionary)
Sets the receiver's dictionary to the given one.
|
void |
setSettings(SpringSessionSettings settings)
Sets the receiver's session settings to the given ones.
|
assertNotProcessed, ensureProcessedpublic static final String DEFAULT_DATA_DICTIONARY
public void setDictionary(Map<String,String> dictionary)
dictionary - The dictionary. It may be null.public Map<String,String> getDictionary()
public void setSettings(SpringSessionSettings settings)
settings - The settings. It may be null.public SpringSessionSettings getSettings()
public Dictionary getQDictionary()
public SessionID getQSessionID()
protected void process()
LazyBeanLazyBean.ensureProcessed().Copyright © 2015. All Rights Reserved.