Interface SmbEndpointBuilderFactory.SmbBuilders

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

public static interface SmbEndpointBuilderFactory.SmbBuilders
  • Method Details

    • smb

      SMB (camel-smb) Receive files from SMB (Server Message Block) shares. Category: file Since: 4.3 Maven coordinates: org.apache.camel:camel-smb Syntax: smb:hostname:port/shareName Path parameter: hostname (required) The share hostname or IP address Path parameter: port The share port number Default value: 445 Path parameter: shareName The name of the share to connect to.
      Parameters:
      path - hostname:port/shareName
      Returns:
      the dsl builder
    • smb

      default SmbEndpointBuilderFactory.SmbEndpointBuilder smb(String componentName, String path)
      SMB (camel-smb) Receive files from SMB (Server Message Block) shares. Category: file Since: 4.3 Maven coordinates: org.apache.camel:camel-smb Syntax: smb:hostname:port/shareName Path parameter: hostname (required) The share hostname or IP address Path parameter: port The share port number Default value: 445 Path parameter: shareName The name of the share to connect to.
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - hostname:port/shareName
      Returns:
      the dsl builder