Modifier and Type | Class and Description |
---|---|
class |
CamelBindingData
Camel binding data.
|
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 |
BaseMessageComposer<D extends BindingData>
Base class for MessageComposer.
|
class |
BaseRegexContextMapper<D extends BindingData>
Base class for RegexContextMapper; adds the regex pattern matching ability.
|
interface |
ContextMapper<D extends BindingData>
Maps context properties from and to a source or target object.
|
class |
ContextMapperFactory<D extends BindingData>
Utility AND base class making it easy for Component developers to specify their own ContextMapper implementations.
|
interface |
MessageComposer<D extends BindingData>
Composes or decomposes SwitchYard Messages (via their Exchange) to and from a source or target object.
|
class |
MessageComposerFactory<D extends BindingData>
Utility AND base class making it easy for Component developers to specify their own MessageComposer implementations.
|
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 | Interface and Description |
---|---|
interface |
SecurityBindingData
SecurityBindingData.
|
Modifier and Type | Method and Description |
---|---|
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.
|
static <F extends BindingData> |
ContextMapperFactory.getContextMapperFactory(Class<F> targetClass)
Constructs a new ContextMapperFactory that is known to be able to construct ContextMappers
of the specified type.
|
static <D extends BindingData> |
Composition.getMessageComposer(Class<D> bindingDataType)
Gets a MessageComposer instance based on the supported binding data type.
|
static <D extends BindingData> |
Composition.getMessageComposer(Class<D> bindingDataType,
org.switchyard.config.model.composer.ContextMapperModel contextMapperModel,
org.switchyard.config.model.composer.MessageComposerModel messageComposerModel)
Gets a MessageComposer instance based on the supported binding data type.
|
static <F extends BindingData> |
MessageComposerFactory.getMessageComposerFactory(Class<F> targetClass)
Constructs a new MessageComposerFactory that is known to be able to construct MessageComposers
of the specified type.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpBindingData
HTTP binding data that wraps the headers and body.
|
class |
HttpRequestBindingData
HTTP request binding data.
|
class |
HttpResponseBindingData
HTTP response binding data.
|
Modifier and Type | Interface and Description |
---|---|
interface |
JCABindingData
JCA binding data.
|
interface |
RecordBindingData<R extends javax.resource.cci.Record>
Record binding data.
|
Modifier and Type | Class and Description |
---|---|
class |
IndexedRecordBindingData
Indexed record binding data.
|
class |
JMSBindingData
JMS binding data.
|
class |
MappedRecordBindingData
Mapped record binding data.
|
class |
StreamableRecordBindingData
Streamable record binding data.
|
Modifier and Type | Class and Description |
---|---|
class |
RESTEasyBindingData
Wrapper for RESTEasy messages.
|
Modifier and Type | Class and Description |
---|---|
class |
SOAPBindingData
SOAP binding data.
|
Copyright © 2013–2018 JBoss by Red Hat. All rights reserved.