Package org.apache.camel.builder.script

Interface Summary
PropertiesFunction Function in scripting languages to leverage the Camel org.apache.camel.component.properties.PropertiesComponent to make it easier to resolve property placeholders.
 

Class Summary
ScriptBuilder A builder class for creating Processor, Expression and Predicate objects using the JSR 223 scripting engine.
ScriptLanguage  
ScriptLanguageResolver  
ScriptPropertiesFunction  
 

Exception Summary
ScriptEvaluationException An exception thrown if the script evaluation fails
 

Annotation Types Summary
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