Interface MinaEndpointBuilderFactory.MinaBuilders

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

public static interface MinaEndpointBuilderFactory.MinaBuilders
  • Method Details

    • mina

      Mina (camel-mina) Socket level networking using TCP or UDP with Apache Mina 2.x. Category: networking Since: 2.10 Maven coordinates: org.apache.camel:camel-mina
      Returns:
      the dsl builder for the headers' name.
    • mina

      Mina (camel-mina) Socket level networking using TCP or UDP with Apache Mina 2.x. Category: networking Since: 2.10 Maven coordinates: org.apache.camel:camel-mina Syntax: mina:protocol:host:port Path parameter: protocol (required) Protocol to use Path parameter: host (required) Hostname to use. Use localhost or 0.0.0.0 for local server as consumer. For producer use the hostname or ip address of the remote server. Path parameter: port (required) Port number
      Parameters:
      path - protocol:host:port
      Returns:
      the dsl builder
    • mina

      default MinaEndpointBuilderFactory.MinaEndpointBuilder mina(String componentName, String path)
      Mina (camel-mina) Socket level networking using TCP or UDP with Apache Mina 2.x. Category: networking Since: 2.10 Maven coordinates: org.apache.camel:camel-mina Syntax: mina:protocol:host:port Path parameter: protocol (required) Protocol to use Path parameter: host (required) Hostname to use. Use localhost or 0.0.0.0 for local server as consumer. For producer use the hostname or ip address of the remote server. Path parameter: port (required) Port number
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - protocol:host:port
      Returns:
      the dsl builder