Uses of Class
org.apache.camel.component.bean.AmbiguousMethodCallException
Packages that use AmbiguousMethodCallException
Package
Description
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 AmbiguousMethodCallExceptionModifier and TypeMethodDescriptionprotected MethodInfo
BeanInfo.chooseMethod
(Object pojo, org.apache.camel.Exchange exchange, String name) Choose one of the available methods to invoke if we can match the message body to the body parameterBeanInfo.createInvocation
(Object pojo, org.apache.camel.Exchange exchange)