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 |
BaseContextMapper.mapFrom(D source,
Context context)
Maps a source object's properties to the context.
|
void |
ContextMapper.mapFrom(D source,
Context context)
Maps a source object's properties to the context.
|
void |
BaseContextMapper.mapTo(Context context,
D target)
Maps a context's properties into a target object.
|
void |
ContextMapper.mapTo(Context context,
D target)
Maps a context's properties into a target object.
|
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 |
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-2014 JBoss by Red Hat. All Rights Reserved.