public final class DefaultBeanProcessorFactory extends Object implements org.apache.camel.spi.BeanProcessorFactory
Constructor and Description |
---|
DefaultBeanProcessorFactory() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.Processor |
createBeanProcessor(org.apache.camel.CamelContext camelContext,
Object bean,
Method method) |
org.apache.camel.Processor |
createBeanProcessor(org.apache.camel.CamelContext camelContext,
Object bean,
String beanType,
Class<?> beanClass,
String ref,
String method,
boolean cacheBean) |
public org.apache.camel.Processor createBeanProcessor(org.apache.camel.CamelContext camelContext, Object bean, Method method) throws Exception
createBeanProcessor
in interface org.apache.camel.spi.BeanProcessorFactory
Exception
public org.apache.camel.Processor createBeanProcessor(org.apache.camel.CamelContext camelContext, Object bean, String beanType, Class<?> beanClass, String ref, String method, boolean cacheBean) throws Exception
createBeanProcessor
in interface org.apache.camel.spi.BeanProcessorFactory
Exception
Apache Camel