@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface BeanEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
BeanEndpointBuilderFactory.AdvancedBeanEndpointBuilder
Advanced builder for endpoint for the Bean component.
|
static interface |
BeanEndpointBuilderFactory.BeanBuilders |
static interface |
BeanEndpointBuilderFactory.BeanEndpointBuilder
Builder for endpoint for the Bean component.
|
| Modifier and Type | Method and Description |
|---|---|
static BeanEndpointBuilderFactory.BeanEndpointBuilder |
bean(String path)
Bean (camel-bean)
The bean component is for invoking Java beans from Camel.
|
static BeanEndpointBuilderFactory.BeanEndpointBuilder bean(String path)
bean:beanName
Path parameter: beanName (required)
Sets the name of the bean to invokeApache Camel