See: Description
| Interface | Description |
|---|---|
| BeanHolder |
Object holder for a bean.
|
| BeanInfoTypeResolver |
Used by
BeanInfo for resolving a given type to adapt to various runtimes. |
| BeanTypeHolder |
Object holder for a bean type.
|
| MethodInvocation |
Information used by Camel to perform method invocation.
|
| ParameterMappingStrategy |
A strategy for creating a default parameter expression for a given type
|
| Class | Description |
|---|---|
| AbstractBeanProcessor |
A
Processor which converts the inbound exchange to a method invocation on a POJO |
| AbstractCamelInvocationHandler | |
| BeanAnnotationExpressionFactory | |
| BeanComponent |
The bean component is for invoking Java beans from Camel.
|
| BeanComponentConfigurer |
Generated by camel build tools - do NOT edit this file!
|
| BeanConstants | Deprecated |
| BeanEndpoint |
Invoke methods of Java beans stored in Camel registry.
|
| BeanEndpointConfigurer |
Generated by camel build tools - do NOT edit this file!
|
| BeanEndpointUriFactory |
Generated by camel build tools - do NOT edit this file!
|
| BeanExpressionProcessor |
A bean processor that is optimised for being invoked one time from an
BeanExpression. |
| BeanHelper |
Helper for the bean component.
|
| BeanInfo |
Represents the metadata about a bean type created via a combination of introspection and annotations together with
some useful sensible defaults
|
| BeanInfoCacheKey |
A key used for caching
BeanInfo by the BeanComponent |
| BeanProcessor | |
| BeanProducer |
Bean
Producer |
| CamelInvocationHandler |
An
InvocationHandler which invokes a message exchange on a camel Endpoint |
| ConstantBeanHolder |
A constant (singleton) bean implementation of
BeanHolder |
| ConstantStaticTypeBeanHolder |
A constant
BeanHolder for a class or static class where the intention is to
only invoke static methods, without the need for creating an instance of the type. |
| ConstantTypeBeanHolder |
A constant (singleton) bean implementation of
BeanTypeHolder |
| DefaultBeanInfoTypeResolver | |
| DefaultBeanProcessorFactory | |
| DefaultBeanProxyFactory | |
| DefaultParameterMappingStrategy |
Represents the strategy used to figure out how to map a message exchange to a POJO method invocation
|
| MethodBean |
Represents a
Serializable version of a Method |
| 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. |
| ParameterMappingStrategyHelper | |
| PojoMessageInvocationHandler | Deprecated |
| PojoProxyHelper | Deprecated |
| ProxyHelper |
A helper class for creating proxies which delegate to Camel
|
| RegistryBean |
An implementation of a
BeanHolder which will look up a bean from the registry and act as a cache of its
metadata |
| RequestBeanHolder |
Request scoped
BeanHolder wrapper. |
| Exception | Description |
|---|---|
| AmbiguousMethodCallException |
An exception thrown if an attempted method invocation resulted in an ambiguous method such that multiple methods
match the inbound message exchange
|
| MethodNotFoundException | |
| ParameterBindingException |
Apache Camel