Package org.apache.camel.language.bean

Camel Bean language.

See:
          Description

Class Summary
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 Summary
RuntimeBeanExpressionException Exception thrown if invocation of bean failed.
 

Package org.apache.camel.language.bean Description

Camel Bean language.



Apache CAMEL