Interface SmbEndpointBuilderFactory.SmbBuilders

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

public static interface SmbEndpointBuilderFactory.SmbBuilders
  • Method Summary

    Modifier and Type
    Method
    Description
    smb(String path)
    SMB (camel-smb) SMB component which consumes natively from file shares using the Server Message Block (SMB, also known as Common Internet File System - CIFS) protocol Category: file Since: 4.2.0-SNAPSHOT Maven coordinates: org.apache.camel:camel-smb Syntax: smb:hostname:port Path parameter: hostname (required) The share name or IP address Path parameter: port The share port Default value: 445 Path parameter: shareName The share path
    smb(String componentName, String path)
    SMB (camel-smb) SMB component which consumes natively from file shares using the Server Message Block (SMB, also known as Common Internet File System - CIFS) protocol Category: file Since: 4.2.0-SNAPSHOT Maven coordinates: org.apache.camel:camel-smb Syntax: smb:hostname:port Path parameter: hostname (required) The share name or IP address Path parameter: port The share port Default value: 445 Path parameter: shareName The share path
  • Method Details

    • smb

      SMB (camel-smb) SMB component which consumes natively from file shares using the Server Message Block (SMB, also known as Common Internet File System - CIFS) protocol Category: file Since: 4.2.0-SNAPSHOT Maven coordinates: org.apache.camel:camel-smb Syntax: smb:hostname:port Path parameter: hostname (required) The share name or IP address Path parameter: port The share port Default value: 445 Path parameter: shareName The share path
      Parameters:
      path - hostname:port
      Returns:
      the dsl builder
    • smb

      default SmbEndpointBuilderFactory.SmbEndpointBuilder smb(String componentName, String path)
      SMB (camel-smb) SMB component which consumes natively from file shares using the Server Message Block (SMB, also known as Common Internet File System - CIFS) protocol Category: file Since: 4.2.0-SNAPSHOT Maven coordinates: org.apache.camel:camel-smb Syntax: smb:hostname:port Path parameter: hostname (required) The share name or IP address Path parameter: port The share port Default value: 445 Path parameter: shareName The share path
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - hostname:port
      Returns:
      the dsl builder