Uses of Package
org.apache.camel.component.bean

Packages that use org.apache.camel.component.bean
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.language.bean Camel Bean language. 
org.apache.camel.management.mbean Camel management JMX MBeans 
org.apache.camel.processor.aggregate Helper classes for the Aggregator pattern. 
 

Classes in org.apache.camel.component.bean used by org.apache.camel.component.bean
AbstractCamelInvocationHandler
           
AmbiguousMethodCallException
          An exception thrown if an attempted method invocation resulted in an ambiguous method such that multiple methods match the inbound message exchange
AnnotationExpressionFactory
          A factory which creates an Expression object from an annotation on a field, property or method parameter of a specified type.
BeanComponent
          The Bean Component will look up the URI in the Registry and use that to handle message dispatching.
BeanEndpoint
          Endpoint for the bean component.
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
          A Processor which converts the inbound exchange to a method invocation on a POJO
BeanTypeHolder
          Object holder for a bean type.
ConstantBeanHolder
          A constant (singleton) bean implementation of BeanHolder
DefaultAnnotationExpressionFactory
          Default implementation of the AnnotationExpressionFactory.
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
           
ParameterInfo
          Parameter information to be used for method invocation.
ParameterMappingStrategy
          A strategy for creating a default parameter expression for a given type
 

Classes in org.apache.camel.component.bean used by org.apache.camel.language.bean
BeanHolder
          Object holder for a bean.
 

Classes in org.apache.camel.component.bean used by org.apache.camel.management.mbean
BeanProcessor
          A Processor which converts the inbound exchange to a method invocation on a POJO
 

Classes in org.apache.camel.component.bean used by org.apache.camel.processor.aggregate
ParameterInfo
          Parameter information to be used for method invocation.
 



Apache Camel