| Package | Description |
|---|---|
| org.apache.camel.component.bean |
The Bean Component which will look up the
bean name in the Spring ApplicationContext and use that to dispatch messages to a POJO
|
| org.apache.camel.component.beanclass |
The Class Component for invoking Java classes from Camel
|
| Constructor and Description |
|---|
BeanProducer(BeanEndpoint endpoint,
BeanProcessor processor) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassEndpoint
The Class Component is for invoking Java Classes (Java beans) from Camel.
|
Apache Camel