Uses of Class
org.apache.camel.component.bean.AbstractCamelInvocationHandler

Packages that use AbstractCamelInvocationHandler
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 
 

Uses of AbstractCamelInvocationHandler in org.apache.camel.component.bean
 

Subclasses of AbstractCamelInvocationHandler in org.apache.camel.component.bean
 class CamelInvocationHandler
          An InvocationHandler which invokes a message exchange on a camel Endpoint
 class PojoMessageInvocationHandler
          Special InvocationHandler for methods that have only one parameter.
 



Apache Camel