Interface ClassEndpointBuilderFactory.ClassBuilders

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

public static interface ClassEndpointBuilderFactory.ClassBuilders
  • Method Details

    • clas

      Class (camel-bean) Invoke methods of Java beans specified by class name. Category: core,script Since: 2.4 Maven coordinates: org.apache.camel:camel-bean
      Returns:
      the dsl builder for the headers' name.
    • clas

      Class (camel-bean) Invoke methods of Java beans specified by class name. Category: core,script Since: 2.4 Maven coordinates: org.apache.camel:camel-bean Syntax: class:beanName Path parameter: beanName (required) Sets the name of the bean to invoke
      Parameters:
      path - beanName
      Returns:
      the dsl builder
    • clas

      default ClassEndpointBuilderFactory.ClassEndpointBuilder clas(String componentName, String path)
      Class (camel-bean) Invoke methods of Java beans specified by class name. Category: core,script Since: 2.4 Maven coordinates: org.apache.camel:camel-bean Syntax: class: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