| 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
|
| Class and Description |
|---|
| AbstractBeanProcessor
A
Processor which converts the inbound exchange to a method
invocation on a POJO |
| AbstractCamelInvocationHandler |
| AmbiguousMethodCallException
An exception thrown if an attempted method invocation resulted in an ambiguous method
such that multiple methods match the inbound message exchange
|
| BeanEndpoint
Invoke methods of Java beans stored in Camel registry.
|
| BeanHolder
Object holder for a bean.
|
| BeanInfo
Represents the metadata about a bean type created via a combination of
introspection and annotations together with some useful sensible defaults
|
| BeanProcessor |
| BeanTypeHolder
Object holder for a bean type.
|
| ConstantBeanHolder
A constant (singleton) bean implementation of
BeanHolder |
| ConstantTypeBeanHolder
A constant (singleton) bean implementation of
BeanTypeHolder |
| DefaultParameterMappingStrategy
Represents the strategy used to figure out how to map a message exchange to a POJO method invocation
|
| MethodInfo
Information about a method to be used for invocation.
|
| MethodInfoCache
Represents a cache of
MethodInfo objects to avoid the expense of introspection for each
invocation of a method via a proxy. |
| MethodInvocation
Information used by Camel to perform method invocation.
|
| MethodNotFoundException |
| ParameterMappingStrategy
A strategy for creating a default parameter expression for a given type
|
| Class and Description |
|---|
| BeanComponent
The bean component is for invoking Java beans from Camel.
|
| BeanComponentConfigurer
Generated by camel build tools - do NOT edit this file!
|
| BeanEndpoint
Invoke methods of Java beans stored in Camel registry.
|
| BeanEndpointConfigurer
Generated by camel build tools - do NOT edit this file!
|
Apache Camel