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

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

Methods in org.apache.camel.component.bean that return MethodInfo
protected  MethodInfo BeanInfo.chooseMethod(Object pojo, Exchange exchange)
          Lets try choose one of the available methods to invoke if we can match the message body to the body parameter
protected  MethodInfo BeanInfo.introspect(Class clazz, Method method)
           
 

Methods in org.apache.camel.component.bean that return types with arguments of type MethodInfo
 List<MethodInfo> AmbiguousMethodCallException.getMethods()
          The ambiguous methods for which a single method could not be chosen
 

Constructor parameters in org.apache.camel.component.bean with type arguments of type MethodInfo
AmbiguousMethodCallException(Exchange exchange, List<MethodInfo> methods)
           
 



Copyright © 2007 Apache Software Foundation. All Rights Reserved.