Interface SmbEndpointBuilderFactory.SmbEndpointBuilder
- All Superinterfaces:
org.apache.camel.builder.EndpointConsumerBuilder,org.apache.camel.EndpointConsumerResolver,org.apache.camel.builder.EndpointProducerBuilder,org.apache.camel.EndpointProducerResolver,SmbEndpointBuilderFactory.SmbEndpointConsumerBuilder,SmbEndpointBuilderFactory.SmbEndpointProducerBuilder
- Enclosing interface:
SmbEndpointBuilderFactory
public static interface SmbEndpointBuilderFactory.SmbEndpointBuilder
extends SmbEndpointBuilderFactory.SmbEndpointConsumerBuilder, SmbEndpointBuilderFactory.SmbEndpointProducerBuilder
Builder for endpoint for the SMB component.
-
Method Summary
Modifier and TypeMethodDescriptionadvanced()The user domain.The password to access the share.The path, within the share, to consume the files from.searchPattern(String searchPattern) The search pattern used to list the files.The username required to access the share.Methods inherited from interface org.apache.camel.builder.EndpointConsumerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getRawUri, getUriMethods inherited from interface org.apache.camel.EndpointConsumerResolver
resolve, resolveMethods inherited from interface org.apache.camel.builder.EndpointProducerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getRawUri, getUriMethods inherited from interface org.apache.camel.EndpointProducerResolver
resolve, resolveMethods inherited from interface org.apache.camel.builder.endpoint.dsl.SmbEndpointBuilderFactory.SmbEndpointConsumerBuilder
backoffErrorThreshold, backoffErrorThreshold, backoffIdleThreshold, backoffIdleThreshold, backoffMultiplier, backoffMultiplier, delay, delay, greedy, greedy, initialDelay, initialDelay, recursive, recursive, repeatCount, repeatCount, runLoggingLevel, runLoggingLevel, scheduledExecutorService, scheduledExecutorService, scheduler, scheduler, schedulerProperties, schedulerProperties, sendEmptyMessageWhenIdle, sendEmptyMessageWhenIdle, startScheduler, startScheduler, timeUnit, timeUnit, useFixedDelay, useFixedDelayMethods inherited from interface org.apache.camel.builder.endpoint.dsl.SmbEndpointBuilderFactory.SmbEndpointProducerBuilder
autoCreate, autoCreate, disconnect, disconnect, fileExist, fileExist, readBufferSize, readBufferSize
-
Method Details
-
advanced
- Specified by:
advancedin interfaceSmbEndpointBuilderFactory.SmbEndpointConsumerBuilder- Specified by:
advancedin interfaceSmbEndpointBuilderFactory.SmbEndpointProducerBuilder
-
path
The path, within the share, to consume the files from. The option is a:java.lang.Stringtype. Group: common- Specified by:
pathin interfaceSmbEndpointBuilderFactory.SmbEndpointConsumerBuilder- Specified by:
pathin interfaceSmbEndpointBuilderFactory.SmbEndpointProducerBuilder- Parameters:
path- the value to set- Returns:
- the dsl builder
-
searchPattern
The search pattern used to list the files. The option is a:java.lang.Stringtype. Default: *.txt Group: common- Specified by:
searchPatternin interfaceSmbEndpointBuilderFactory.SmbEndpointConsumerBuilder- Specified by:
searchPatternin interfaceSmbEndpointBuilderFactory.SmbEndpointProducerBuilder- Parameters:
searchPattern- the value to set- Returns:
- the dsl builder
-
domain
The user domain. The option is a:java.lang.Stringtype. Group: security- Specified by:
domainin interfaceSmbEndpointBuilderFactory.SmbEndpointConsumerBuilder- Specified by:
domainin interfaceSmbEndpointBuilderFactory.SmbEndpointProducerBuilder- Parameters:
domain- the value to set- Returns:
- the dsl builder
-
password
The password to access the share. The option is a:java.lang.Stringtype. Group: security- Specified by:
passwordin interfaceSmbEndpointBuilderFactory.SmbEndpointConsumerBuilder- Specified by:
passwordin interfaceSmbEndpointBuilderFactory.SmbEndpointProducerBuilder- Parameters:
password- the value to set- Returns:
- the dsl builder
-
username
The username required to access the share. The option is a:java.lang.Stringtype. Group: security- Specified by:
usernamein interfaceSmbEndpointBuilderFactory.SmbEndpointConsumerBuilder- Specified by:
usernamein interfaceSmbEndpointBuilderFactory.SmbEndpointProducerBuilder- Parameters:
username- the value to set- Returns:
- the dsl builder
-