363.5. velocity Context
Camel 将在 Velocity 上下文中提供交换信息(忽略 映射
)。Exchange
被传输为:
key | value |
---|---|
|
|
|
|
| In 消息的标头。 |
| Camel 上下文实例。 |
| In 消息。 |
| In 消息。 |
| In 消息正文。 |
| Out 消息(仅适用于 InOut 消息交换模式)。 |
| Out 消息(仅适用于 InOut 消息交换模式)。 |
从 Camel-2.14 开始,您可以通过设置消息标头 *CamelVelocityContext *just like this to setting a custom Velocity Context yourself
VelocityContext velocityContext = new VelocityContext(variableMap); exchange.getIn().setHeader("CamelVelocityContext", velocityContext);