Package org.apache.camel.builder.script

Class Summary
ScriptBuilder<E extends Exchange> A builder class for creating Processor, Expression and Predicate objects using the JSR 223 scripting engine.
ScriptLanguage  
ScriptLanguageResolver  
 

Exception Summary
ScriptEvaluationException An exception thrown if the script evaluation fails
 

Annotation Types Summary
BeanShell Deprecated. will be removed in Camel 2.0
Groovy An annotation for injection of Groovy expressions into method parameters, fields or properties
JavaScript An annotation for injection of JavaScript expressions into method parameters, fields or properties
PHP An annotation for injection of PHP expressions into method parameters, fields or properties
Python An annotation for injection of Python expressions into method parameters, fields or properties
Ruby An annotation for injection of Ruby expressions into method parameters, fields or properties
 



Apache CAMEL