@JdkService(value="bean-processor-factory") 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,
org.apache.camel.BeanScope scope) |
public org.apache.camel.Processor createBeanProcessor(org.apache.camel.CamelContext camelContext,
Object bean,
Method method)
throws Exception
createBeanProcessor in interface org.apache.camel.spi.BeanProcessorFactoryExceptionpublic org.apache.camel.Processor createBeanProcessor(org.apache.camel.CamelContext camelContext,
Object bean,
String beanType,
Class<?> beanClass,
String ref,
String method,
org.apache.camel.BeanScope scope)
throws Exception
createBeanProcessor in interface org.apache.camel.spi.BeanProcessorFactoryExceptionApache Camel