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

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

Methods in org.apache.camel.component.bean that throw AmbiguousMethodCallException
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.chooseMethodWithCustomAnnotations(Exchange exchange, Collection<MethodInfo> possibles)
           
protected  MethodInfo BeanInfo.chooseMethodWithMatchingBody(Exchange exchange, Collection<MethodInfo> operationList)
           
 MethodInvocation BeanInfo.createInvocation(Object pojo, Exchange exchange)
           
 



Copyright © 2010 IONA Open Source Community. All Rights Reserved.