Interface | Description |
---|---|
BindingData |
BindingData.
|
ContextMapper<D extends BindingData> |
Maps context properties from and to a source or target object.
|
MessageComposer<D extends BindingData> |
Composes or decomposes SwitchYard Messages (via their Exchange) to and from a source or target object.
|
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.
|
SecurityBindingData |
SecurityBindingData.
|
Class | Description |
---|---|
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.
|
BaseMessageComposer<D extends BindingData> |
Base class for MessageComposer.
|
BaseRegexContextMapper<D extends BindingData> |
Base class for RegexContextMapper; adds the regex pattern matching ability.
|
Composition |
Utility class for Component-specific Composition classes.
|
ContextMapperFactory<D extends BindingData> |
Utility AND base class making it easy for Component developers to specify their own ContextMapper implementations.
|
MessageComposerFactory<D extends BindingData> |
Utility AND base class making it easy for Component developers to specify their own MessageComposer implementations.
|
Copyright © 2013–2016 JBoss by Red Hat. All rights reserved.