Uses of Class
org.apache.camel.component.bean.AbstractCamelInvocationHandler
-
Packages that use AbstractCamelInvocationHandler Package Description 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 AbstractCamelInvocationHandler in org.apache.camel.component.bean
Subclasses of AbstractCamelInvocationHandler in org.apache.camel.component.bean Modifier and Type Class Description class
CamelInvocationHandler
AnInvocationHandler
which invokes a message exchange on a camelEndpoint
class
PojoMessageInvocationHandler
Deprecated.
-