Interface Olingo2EndpointBuilderFactory.Olingo2Builders

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

public static interface Olingo2EndpointBuilderFactory.Olingo2Builders
  • Method Details

    • olingo2

      Olingo2 (camel-olingo2) Communicate with OData 2.0 services using Apache Olingo. Category: cloud Since: 2.14 Maven coordinates: org.apache.camel:camel-olingo2
      Returns:
      the dsl builder for the headers' name.
    • olingo2

      Olingo2 (camel-olingo2) Communicate with OData 2.0 services using Apache Olingo. Category: cloud Since: 2.14 Maven coordinates: org.apache.camel:camel-olingo2 Syntax: olingo2:apiName/methodName Path parameter: apiName (required) What kind of operation to perform There are 1 enums and the value can be one of: DEFAULT Path parameter: methodName (required) What sub operation to use for the selected operation
      Parameters:
      path - apiName/methodName
      Returns:
      the dsl builder
    • olingo2

      default Olingo2EndpointBuilderFactory.Olingo2EndpointBuilder olingo2(String componentName, String path)
      Olingo2 (camel-olingo2) Communicate with OData 2.0 services using Apache Olingo. Category: cloud Since: 2.14 Maven coordinates: org.apache.camel:camel-olingo2 Syntax: olingo2:apiName/methodName Path parameter: apiName (required) What kind of operation to perform There are 1 enums and the value can be one of: DEFAULT Path parameter: methodName (required) What sub operation to use for the selected operation
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - apiName/methodName
      Returns:
      the dsl builder