| Modifier and Type | Method and Description |
|---|---|
List<MessageConstructionInterceptor> |
AbstractMessageContentBuilder.getMessageInterceptors()
Gets the messageInterceptors.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MessageContentBuilder.add(MessageConstructionInterceptor interceptor)
Adds a message construction interceptor.
|
void |
AbstractMessageContentBuilder.add(MessageConstructionInterceptor interceptor)
Adds a new interceptor to the message construction process.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractMessageContentBuilder.setMessageInterceptors(List<MessageConstructionInterceptor> messageInterceptors)
Sets the messageInterceptors.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMessageConstructionInterceptor
Abstract message construction interceptor reads messsage payload and headers for separate interceptor methods.
|
class |
MessageConstructionInterceptors
List of global message construction interceptors that modify message payload and message headers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JsonPathMessageConstructionInterceptor |
| Modifier and Type | Class and Description |
|---|---|
class |
XpathMessageConstructionInterceptor
Interceptor implementation evaluating XPath expressions on message payload during message construction.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DataDictionary<T>
Data dictionary interface describes a mechanism to modify message content (payload) with global dictionary elements.
|
| 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.
|
| 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–2015 ConSol* Consulting&Solutions GmbH. All rights reserved.