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
|
Modifier and Type | Method and Description |
---|---|
MethodInvocation |
BeanInfo.createInvocation(Object pojo,
org.apache.camel.Exchange exchange) |
MethodInvocation |
MethodInfo.createMethodInvocation(Object pojo,
boolean hasParameters,
org.apache.camel.Exchange exchange) |
Apache Camel