Uses of Interface
org.apache.camel.builder.endpoint.dsl.SmbEndpointBuilderFactory.SmbEndpointProducerBuilder
Packages that use SmbEndpointBuilderFactory.SmbEndpointProducerBuilder
-
Uses of SmbEndpointBuilderFactory.SmbEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of SmbEndpointBuilderFactory.SmbEndpointProducerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the SMB component.Methods in org.apache.camel.builder.endpoint.dsl that return SmbEndpointBuilderFactory.SmbEndpointProducerBuilderModifier and TypeMethodDescriptionSmbEndpointBuilderFactory.AdvancedSmbEndpointProducerBuilder.basic()The user domain.The password to access the share.The path, within the share, to consume the files from.SmbEndpointBuilderFactory.SmbEndpointProducerBuilder.searchPattern(String searchPattern) The search pattern used to list the files.An optional SMB I/O bean to use to setup the file access attributes when reading/writing a file.SmbEndpointBuilderFactory.SmbEndpointProducerBuilder.smbIoBean(org.apache.camel.component.smb.SmbIOBean smbIoBean) An optional SMB I/O bean to use to setup the file access attributes when reading/writing a file.The username required to access the share.