Class SmbOutboundGatewaySpec
java.lang.Object
org.springframework.integration.dsl.IntegrationComponentSpec<S,H>
 
org.springframework.integration.dsl.MessageHandlerSpec<S,AbstractRemoteFileOutboundGateway<F>>
 
org.springframework.integration.file.dsl.RemoteFileOutboundGatewaySpec<jcifs.smb.SmbFile,SmbOutboundGatewaySpec>
 
org.springframework.integration.smb.dsl.SmbOutboundGatewaySpec
- All Implemented Interfaces:
- DisposableBean,- FactoryBean<AbstractRemoteFileOutboundGateway<jcifs.smb.SmbFile>>,- InitializingBean,- Lifecycle,- Phased,- SmartLifecycle,- ComponentsRegistration
public class SmbOutboundGatewaySpec
extends RemoteFileOutboundGatewaySpec<jcifs.smb.SmbFile,SmbOutboundGatewaySpec> 
A 
RemoteFileOutboundGatewaySpec for SMB.- Since:
- 6.0
- Author:
- Gregory Bragg
- 
Field SummaryFields inherited from class org.springframework.integration.dsl.IntegrationComponentSpeclogger, PARSER, targetFields inherited from interface org.springframework.beans.factory.FactoryBeanOBJECT_TYPE_ATTRIBUTEFields inherited from interface org.springframework.context.SmartLifecycleDEFAULT_PHASE
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedSmbOutboundGatewaySpec(SmbOutboundGateway outboundGateway) 
- 
Method SummaryModifier and TypeMethodDescriptionpatternFileNameFilter(String pattern) Specify a simple pattern to match remote files (e.g.regexFileNameFilter(String regex) Specify a simple pattern to match remote files (e.g.Methods inherited from class org.springframework.integration.file.dsl.RemoteFileOutboundGatewaySpecautoCreateDirectory, autoCreateLocalDirectory, charset, chmod, fileExistsMode, fileNameExpression, fileNameExpression, fileNameFunction, fileNameGenerator, filter, filterExpression, filterFunction, getComponentsToRegister, localDirectory, localDirectory, localDirectoryExpression, localDirectoryExpression, localFilenameExpression, localFilenameExpression, localFilenameFunction, mputFilter, mputFilterExpression, mputFilterFunction, options, options, patternMputFilter, regexMputFilter, remoteDirectoryExpression, remoteDirectoryExpression, remoteDirectoryFunction, remoteFileSeparator, renameExpression, renameExpression, renameFunction, temporaryFileSuffix, temporaryRemoteDirectoryExpression, temporaryRemoteDirectoryExpression, temporaryRemoteDirectoryFunction, useTemporaryFileNameMethods inherited from class org.springframework.integration.dsl.IntegrationComponentSpec_this, afterPropertiesSet, destroy, doGet, getId, getObject, getObjectType, getPhase, id, isAutoStartup, isRunning, start, stop, stopMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.FactoryBeanisSingleton
- 
Constructor Details- 
SmbOutboundGatewaySpec
 
- 
- 
Method Details- 
patternFileNameFilterDescription copied from class:RemoteFileOutboundGatewaySpecSpecify a simple pattern to match remote files (e.g. '*.txt').- Specified by:
- patternFileNameFilterin class- RemoteFileOutboundGatewaySpec<jcifs.smb.SmbFile,- SmbOutboundGatewaySpec> 
- Parameters:
- pattern- the pattern.
- Returns:
- the spec.
- See Also:
 
- 
regexFileNameFilterDescription copied from class:RemoteFileOutboundGatewaySpecSpecify a simple pattern to match remote files (e.g. '[0-9].*.txt').- Specified by:
- regexFileNameFilterin class- RemoteFileOutboundGatewaySpec<jcifs.smb.SmbFile,- SmbOutboundGatewaySpec> 
- Parameters:
- regex- the regex pattern.
- Returns:
- the spec.
- See Also:
 
 
-