Modifier and Type | Method and Description |
---|---|
DataDictionary |
SendMessageAction.getDataDictionary()
Gets the data dictionary.
|
DataDictionary |
ReceiveMessageAction.getDataDictionary()
Gets the data dictionary.
|
Modifier and Type | Method and Description |
---|---|
SendMessageAction |
SendMessageAction.setDataDictionary(DataDictionary dataDictionary)
Sets the data dictionary.
|
ReceiveMessageAction |
ReceiveMessageAction.setDataDictionary(DataDictionary dataDictionary)
Sets the data dictionary.
|
Modifier and Type | Method and Description |
---|---|
protected Class<? extends DataDictionary> |
XpathDataDictionaryParser.getDictionaryClass() |
protected Class<? extends DataDictionary> |
XmlDataDictionaryParser.getDictionaryClass() |
protected Class<? extends DataDictionary> |
JsonPathDataDictionaryParser.getDictionaryClass() |
protected Class<? extends DataDictionary> |
JsonDataDictionaryParser.getDictionaryClass() |
protected abstract Class<? extends DataDictionary> |
AbstractDataDictionaryParser.getDictionaryClass()
Subclasses provide suite container class.
|
Modifier and Type | Method and Description |
---|---|
DataDictionary |
AbstractMessageContentBuilder.getDataDictionary()
Gets the data dictionary.
|
Modifier and Type | Method and Description |
---|---|
void |
MessageContentBuilder.setDataDictionary(DataDictionary dataDictionary)
Sets explicit data dictionary for this message builder.
|
void |
AbstractMessageContentBuilder.setDataDictionary(DataDictionary dataDictionary) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDataDictionary<T>
Abstract data dictionary implementation provides global scope handling.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractJsonDataDictionary
Abstract json data dictionary works on json message data.
|
class |
JsonMappingDataDictionary
Simple json data dictionary implementation holds a set of mappings where keys are json path expressions to match
json object graph.
|
class |
JsonPathMappingDataDictionary
Json data dictionary implementation maps elements via JsonPath expressions.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractXmlDataDictionary
Abstract data dictionary works on XML message payloads only with parsing the document and translating each element
and attribute with respective value in dictionary.
|
class |
NodeMappingDataDictionary
Very basic data dictionary that holds a list of mappings for message elements.
|
class |
XpathMappingDataDictionary
Xml data dictionary implementation maps elements via XPath expressions.
|
Copyright © 2008–2017 ConSol Software GmbH. All rights reserved.