Interface BeanEndpointBuilderFactory.BeanBuilders

All Known Subinterfaces:
EndpointBuilderFactory
All Known Implementing Classes:
EndpointRouteBuilder, EndpointRouteConfigurationBuilder
Enclosing interface:
BeanEndpointBuilderFactory

public static interface BeanEndpointBuilderFactory.BeanBuilders
  • Method Details

    • bean

      Bean (camel-bean) Invoke methods of Java beans stored in Camel registry. Category: core,script Since: 1.0 Maven coordinates: org.apache.camel:camel-bean
      Returns:
      the dsl builder for the headers' name.
    • bean

      Bean (camel-bean) Invoke methods of Java beans stored in Camel registry. Category: core,script Since: 1.0 Maven coordinates: org.apache.camel:camel-bean Syntax: bean:beanName Path parameter: beanName (required) Sets the name of the bean to invoke
      Parameters:
      path - beanName
      Returns:
      the dsl builder
    • bean

      default BeanEndpointBuilderFactory.BeanEndpointBuilder bean(String componentName, String path)
      Bean (camel-bean) Invoke methods of Java beans stored in Camel registry. Category: core,script Since: 1.0 Maven coordinates: org.apache.camel:camel-bean Syntax: bean:beanName Path parameter: beanName (required) Sets the name of the bean to invoke
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - beanName
      Returns:
      the dsl builder