Interface UndertowEndpointBuilderFactory.UndertowBuilders

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

public static interface UndertowEndpointBuilderFactory.UndertowBuilders
  • Method Details

    • undertow

      Undertow (camel-undertow) Expose HTTP and WebSocket endpoints and access external HTTP/WebSocket servers. Category: http,networking Since: 2.16 Maven coordinates: org.apache.camel:camel-undertow
      Returns:
      the dsl builder for the headers' name.
    • undertow

      Undertow (camel-undertow) Expose HTTP and WebSocket endpoints and access external HTTP/WebSocket servers. Category: http,networking Since: 2.16 Maven coordinates: org.apache.camel:camel-undertow Syntax: undertow:httpURI Path parameter: httpURI (required) The url of the HTTP endpoint to use.
      Parameters:
      path - httpURI
      Returns:
      the dsl builder
    • undertow

      default UndertowEndpointBuilderFactory.UndertowEndpointBuilder undertow(String componentName, String path)
      Undertow (camel-undertow) Expose HTTP and WebSocket endpoints and access external HTTP/WebSocket servers. Category: http,networking Since: 2.16 Maven coordinates: org.apache.camel:camel-undertow Syntax: undertow:httpURI Path parameter: httpURI (required) The url of the HTTP endpoint to use.
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - httpURI
      Returns:
      the dsl builder