Uses of Class
org.apache.camel.component.bean.MethodInfoCache
Packages that use MethodInfoCache
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 MethodInfoCache in org.apache.camel.component.bean
Methods in org.apache.camel.component.bean that return MethodInfoCacheModifier and TypeMethodDescriptionprotected static MethodInfoCache
ProxyHelper.createMethodInfoCache
(org.apache.camel.Endpoint endpoint) Methods in org.apache.camel.component.bean with parameters of type MethodInfoCacheModifier and TypeMethodDescriptionstatic <T> T
ProxyHelper.createProxy
(org.apache.camel.Endpoint endpoint, boolean binding, ClassLoader cl, Class<T>[] interfaceClasses, MethodInfoCache methodCache) Creates a Proxy which sends the exchange to the endpoint.static <T> T
ProxyHelper.createProxy
(org.apache.camel.Endpoint endpoint, boolean binding, ClassLoader cl, Class<T> interfaceClass, MethodInfoCache methodCache) Creates a Proxy which sends the exchange to the endpoint.static <T> T
ProxyHelper.createProxyObject
(org.apache.camel.Endpoint endpoint, boolean binding, org.apache.camel.Producer producer, ClassLoader classLoader, Class<T>[] interfaces, MethodInfoCache methodCache) Creates a Proxy which sends the exchange to the endpoint.Constructors in org.apache.camel.component.bean with parameters of type MethodInfoCacheModifierConstructorDescriptionCamelInvocationHandler
(org.apache.camel.Endpoint endpoint, boolean binding, org.apache.camel.Producer producer, MethodInfoCache methodInfoCache)