...
Attribute |
Type |
Value |
context |
org.apache.camel.CamelContext |
The Camel Context ( It cannot be used in groovy) |
camelContext |
org.apache.camel.CamelContext
|
The Camel Context |
exchange |
org.apache.camel.Exchange |
The current Exchange |
request |
org.apache.camel.Message |
The IN message |
response |
org.apache.camel.Message |
The OUT message |
properties |
org.apache.camel.builder.script.PropertiesFunction |
Camel 2.9: Function with a resolve method to make it easier to use Camels Properties component from scripts. See further below for example. |
...
|
|
|