Class | Description |
---|---|
BeanExpression |
Evaluates an expression using a bean method invocation
|
BeanLanguage |
A bean language
which uses a simple text notation to invoke methods on beans to evaluate predicates or expressions
The notation is essentially
beanName.methodName which is then invoked using the
beanName to lookup in the bean integration to bind the
Exchange to the method arguments. |
Exception | Description |
---|---|
RuntimeBeanExpressionException |
Exception thrown if invocation of bean failed.
|
Annotation Type | Description |
---|---|
Bean |
Used to inject a bean expression into a field, property, method or parameter when using
Bean Integration.
|
Apache Camel