Uses of Interface
org.apache.camel.component.bean.MethodInvocation

Packages that use MethodInvocation
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 MethodInvocation in org.apache.camel.component.bean
 

Methods in org.apache.camel.component.bean that return MethodInvocation
 MethodInvocation BeanInfo.createInvocation(Method method, Object pojo, Exchange exchange)
           
 MethodInvocation BeanInfo.createInvocation(Object pojo, Exchange exchange)
           
 MethodInvocation MethodInfo.createMethodInvocation(Object pojo, Exchange exchange)
           
 



Apache CAMEL