Processor
which converts the inbound exchange to a method
invocation on a POJOObject
to the given listBeanExpression
.BeanInfo
by the BeanComponent
beanName.methodName
which is then invoked using the
beanName to lookup in the bean integration to bind the
Exchange
to the method arguments.Producer
InvocationHandler
which invokes a message
exchange on a camel Endpoint
BeanHolder
BeanHolder
for a class or static class
where the intention is to only invoke static methods, without the need for creating an instance of the type.BeanTypeHolder
BeanHolder
from this holder.BeanHolder
from this holder.IllegalArgumentException
if there are no interfaces specifiedMethodInfo
for the given method if it exists or null
if there is no metadata available for the given methodExchangePattern
that should be used when invoking this method.Processor
for this bean, if supported.Serializable
version of a Method
MethodInfo
objects to avoid the expense of introspection for each
invocation of a method via a proxy.BeanHolder
which will look up a bean from the registry and act as a cache of its metadataProcessor
is supported by this bean holder.Apache Camel