Uses of Interface
org.apache.camel.builder.endpoint.dsl.SmbEndpointBuilderFactory.SmbEndpointBuilder
Packages that use SmbEndpointBuilderFactory.SmbEndpointBuilder
-
Uses of SmbEndpointBuilderFactory.SmbEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return SmbEndpointBuilderFactory.SmbEndpointBuilderModifier and TypeMethodDescriptionSMB (camel-smb) Read and write files to Server Message Block (SMB) file shares.SMB (camel-smb) Read and write files to Server Message Block (SMB) file shares. -
Uses of SmbEndpointBuilderFactory.SmbEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return SmbEndpointBuilderFactory.SmbEndpointBuilderModifier and TypeMethodDescriptionSmbEndpointBuilderFactory.AdvancedSmbEndpointBuilder.basic()This option is used to specify the encoding of the file.SmbEndpointBuilderFactory.SmbEndpointBuilder.disconnect(boolean disconnect) Whether or not to disconnect from remote SMB share right after use.SmbEndpointBuilderFactory.SmbEndpointBuilder.disconnect(String disconnect) Whether or not to disconnect from remote SMB share right after use.The user domain.SmbEndpointBuilderFactory.SmbEndpointBuilder.doneFileName(String doneFileName) Producer: If provided, then Camel will write a 2nd done file when the original file has been written.SmbEndpointBuilderFactory.endpointBuilder(String componentName, String path) Use Expression such as File Language to dynamically set the filename.The password to access the share.The base directory within the share.SMB (camel-smb) Read and write files to Server Message Block (SMB) file shares.SMB (camel-smb) Read and write files to Server Message Block (SMB) file shares.The username required to access the share.