Modifier and Type | Class and Description |
---|---|
class |
CamelContextMapper
CamelContextMapper.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RegexContextMapper<D extends BindingData>
Maps context properties from and to a source or target object, with the ability to selectively choose which properties with regex expressions.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseContextMapper<D extends BindingData>
Base class for ContextMapper, no-op'ing the required methods in case the extender only needs to override one of them.
|
class |
BaseRegexContextMapper<D extends BindingData>
Base class for RegexContextMapper; adds the regex pattern matching ability.
|
Modifier and Type | Method and Description |
---|---|
ContextMapper<D> |
BaseMessageComposer.getContextMapper()
Gets this message composer's associated context mapper.
|
ContextMapper<D> |
MessageComposer.getContextMapper()
Gets this message composer's associated context mapper.
|
static <D extends BindingData> |
Composition.getContextMapper(Class<D> bindingDataType)
Gets a ContextMapper instance based on the supported binding data type.
|
static <D extends BindingData> |
Composition.getContextMapper(Class<D> bindingDataType,
org.switchyard.config.model.composer.ContextMapperModel contextMapperModel)
Gets a ContextMapper instance based on the supported binding data type.
|
ContextMapper<D> |
ContextMapperFactory.newContextMapper(Class<? extends ContextMapper<D>> custom)
Will create a new custom ContextMapper based on the specified class, or if it can't, will use the
default/fallback implementation.
|
ContextMapper<D> |
ContextMapperFactory.newContextMapper(org.switchyard.config.model.composer.ContextMapperModel model)
Will create a new ContextMapper based on the specifications of the passed in ContextMapperModel, or if
a class it not specified, will apply the rest of the model properties on the default/fallback implementation.
|
abstract ContextMapper<D> |
ContextMapperFactory.newContextMapperDefault()
Component developer should implement this message to provide their default/fallback implementation
if the ContextMapperModel passed into
ContextMapperFactory.newContextMapper(ContextMapperModel)
doesn't specify (or specifies a bad) context mapper class to use. |
ContextMapper<D> |
BaseRegexContextMapper.setExcludeNamespaces(String excludeNamespaces)
Sets a comma-separated list of regex property namespace excludes.
|
ContextMapper<D> |
RegexContextMapper.setExcludeNamespaces(String excludeNamespaces)
Sets a comma-separated list of regex property namespace excludes.
|
ContextMapper<D> |
BaseRegexContextMapper.setExcludes(String excludes)
Sets a comma-separated list of regex property excludes.
|
ContextMapper<D> |
RegexContextMapper.setExcludes(String excludes)
Sets a comma-separated list of regex property excludes.
|
ContextMapper<D> |
BaseRegexContextMapper.setIncludeNamespaces(String includeNamespaces)
Sets a comma-separated list of regex property namespace includes.
|
ContextMapper<D> |
RegexContextMapper.setIncludeNamespaces(String includeNamespaces)
Sets a comma-separated list of regex property namespace includes.
|
ContextMapper<D> |
BaseRegexContextMapper.setIncludes(String includes)
Sets a comma-separated list of regex property includes.
|
ContextMapper<D> |
RegexContextMapper.setIncludes(String includes)
Sets a comma-separated list of regex property includes.
|
Modifier and Type | Method and Description |
---|---|
MessageComposer<D> |
BaseMessageComposer.setContextMapper(ContextMapper<D> contextMapper)
Sets this message composer's associated context mapper.
|
MessageComposer<D> |
MessageComposer.setContextMapper(ContextMapper<D> contextMapper)
Sets this message composer's associated context mapper.
|
Modifier and Type | Method and Description |
---|---|
ContextMapper<D> |
ContextMapperFactory.newContextMapper(Class<? extends ContextMapper<D>> custom)
Will create a new custom ContextMapper based on the specified class, or if it can't, will use the
default/fallback implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpContextMapper
HttpContextMapper.
|
Modifier and Type | Class and Description |
---|---|
class |
IndexedRecordContextMapper
ContextMapper for CCI IndexedRecord.
|
class |
JMSContextMapper
JMSContextMapper.
|
class |
MappedRecordContextMapper
ContextMapper for CCI MappedRecord.
|
class |
StreamableRecordContextMapper
ContextMapper for CCI Streamable Record.
|
Modifier and Type | Class and Description |
---|---|
class |
RESTEasyContextMapper
RESTEasyContextMapper.
|
Modifier and Type | Class and Description |
---|---|
class |
SOAPContextMapper
SOAPContextMapper.
|
Copyright © 2013–2020 JBoss by Red Hat. All rights reserved.