Modifier and Type | Method and Description |
---|---|
Context |
Message.getContext()
Retrieves the message context.
|
Context |
Exchange.getContext()
Retrieves the exchange context.
|
Context |
Exchange.getContext(Message message)
Retrieves context available for passed message.
|
Context |
Context.setProperties(Set<Property> properties)
Adds the set of properties to this context.
|
Modifier and Type | Method and Description |
---|---|
void |
Context.mergeInto(Context context)
Merges the properties in this Context instance into the specified Context instance,
adding missing values and overwriting existing values.
|
Modifier and Type | Method and Description |
---|---|
void |
CamelContextMapper.mapFrom(CamelBindingData source,
Context context)
Maps a source object's properties to the context.
|
void |
CamelContextMapper.mapTo(Context context,
CamelBindingData target)
Maps a context's properties into a target object.
|
Modifier and Type | Method and Description |
---|---|
void |
ContextMapper.mapFrom(D source,
Context context)
Maps a source object's properties to the context.
|
void |
BaseContextMapper.mapFrom(D source,
Context context)
Maps a source object's properties to the context.
|
void |
BaseRegexContextMapper.mapFrom(D source,
Context context)
Maps a source object's properties to the context.
|
void |
ContextMapper.mapTo(Context context,
D target)
Maps a context's properties into a target object.
|
void |
BaseContextMapper.mapTo(Context context,
D target)
Maps a context's properties into a target object.
|
void |
BaseRegexContextMapper.mapTo(Context context,
D target)
Maps a context's properties into a target object.
|
protected void |
BaseRegexContextMapper.setRegexPropagationList(Context context)
Set the list of regexes of properties that need to be propagated.
|
Modifier and Type | Method and Description |
---|---|
void |
HttpContextMapper.mapFrom(HttpBindingData source,
Context context)
Maps a source object's properties to the context.
|
void |
HttpContextMapper.mapTo(Context context,
HttpBindingData target)
Maps a context's properties into a target object.
|
Modifier and Type | Method and Description |
---|---|
void |
IndexedRecordContextMapper.mapFrom(IndexedRecordBindingData source,
Context context)
Maps a source object's properties to the context.
|
void |
JMSContextMapper.mapFrom(JMSBindingData source,
Context context)
Maps a source object's properties to the context.
|
void |
MappedRecordContextMapper.mapFrom(MappedRecordBindingData source,
Context context)
Maps a source object's properties to the context.
|
void |
StreamableRecordContextMapper.mapFrom(StreamableRecordBindingData source,
Context context)
Maps a source object's properties to the context.
|
void |
IndexedRecordContextMapper.mapTo(Context context,
IndexedRecordBindingData target)
Maps a context's properties into a target object.
|
void |
JMSContextMapper.mapTo(Context context,
JMSBindingData target)
Maps a context's properties into a target object.
|
void |
MappedRecordContextMapper.mapTo(Context context,
MappedRecordBindingData target)
Maps a context's properties into a target object.
|
void |
StreamableRecordContextMapper.mapTo(Context context,
StreamableRecordBindingData target)
Maps a context's properties into a target object.
|
Modifier and Type | Method and Description |
---|---|
void |
RESTEasyContextMapper.mapFrom(RESTEasyBindingData source,
Context context)
Maps a source object's properties to the context.
|
void |
RESTEasyContextMapper.mapTo(Context context,
RESTEasyBindingData target)
Maps a context's properties into a target object.
|
Modifier and Type | Method and Description |
---|---|
void |
SOAPContextMapper.mapFrom(SOAPBindingData source,
Context context)
Maps a source object's properties to the context.
|
void |
SOAPContextMapper.mapTo(Context context,
SOAPBindingData target)
Maps a context's properties into a target object.
|
Modifier and Type | Method and Description |
---|---|
Context |
RemoteMessage.getContext()
Returns the context properties for the invocation.
|
Copyright © 2013–2018 JBoss by Red Hat. All rights reserved.