Package org.apache.camel.language

Camel language support such as Bean and Simple language.

See:
          Description

Annotation Types Summary
Bean Used to inject a bean expression into a field, property, method or parameter when using Bean Integration.
Constant Used to inject a constant expression into a field, property, method or parameter when using Bean Integration.
LanguageAnnotation Base annotation for languages.
LanguageExpression Base annotation for language expressions.
NamespacePrefix Creates a namespace prefix for an XPath
Simple Used to inject a simple expression into a field, property, method or parameter when using Bean Integration.
SpEL An annotation for injection of Spring Expression Language (SpEL) expressions into method parameters, fields or properties.
XPath Used to inject an XPath expression into a field, property, method or parameter when using Bean Integration.
 

Package org.apache.camel.language Description

Camel language support such as Bean and Simple language.



Apache CAMEL