Uses of Class
org.apache.camel.component.bean.MethodInfo
Packages that use MethodInfo
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 MethodInfo in org.apache.camel.component.bean
Methods in org.apache.camel.component.bean that return MethodInfoModifier 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 parameterprotected MethodInfo
BeanInfo.createMethodInfo
(Class<?> clazz, Method method) protected MethodInfo
MethodInfoCache.createMethodInfo
(Method method) BeanInfo.getMethodInfo
(Method method) Returns theMethodInfo
for the given method if it exists or null if there is no metadata available for the given methodMethodInfoCache.getMethodInfo
(Method method) Methods in org.apache.camel.component.bean that return types with arguments of type MethodInfoModifier and TypeMethodDescriptionAmbiguousMethodCallException.getMethods()
The ambiguous methods for which a single method could not be chosenBeanInfo.getMethods()
Gets the list of methods sorted by A..Z method name.Methods in org.apache.camel.component.bean with parameters of type MethodInfoModifier and TypeMethodDescriptionboolean
MethodInfo.isCovariantWith
(MethodInfo method) Returns true if this method is covariant with the specified method (this method may above or below the specified method in the class hierarchy)Constructor parameters in org.apache.camel.component.bean with type arguments of type MethodInfoModifierConstructorDescriptionAmbiguousMethodCallException
(org.apache.camel.Exchange exchange, Collection<MethodInfo> methods)