Class SmbOutboundGatewaySpec
java.lang.Object
org.springframework.beans.factory.config.AbstractFactoryBean<T>
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:
Aware
,BeanClassLoaderAware
,BeanFactoryAware
,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 Summary
Fields inherited from class org.springframework.integration.dsl.IntegrationComponentSpec
PARSER, target
Fields inherited from class org.springframework.beans.factory.config.AbstractFactoryBean
logger
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE
Fields inherited from interface org.springframework.context.SmartLifecycle
DEFAULT_PHASE
-
Constructor Summary
ModifierConstructorDescriptionprotected
SmbOutboundGatewaySpec
(SmbOutboundGateway outboundGateway) -
Method Summary
Modifier 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.RemoteFileOutboundGatewaySpec
autoCreateDirectory, 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, useTemporaryFileName
Methods inherited from class org.springframework.integration.dsl.IntegrationComponentSpec
_this, createInstance, destroyInstance, doGet, get, getId, getObjectType, getPhase, id, isAutoStartup, isRunning, start, stop, stop
Methods inherited from class org.springframework.beans.factory.config.AbstractFactoryBean
afterPropertiesSet, destroy, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, isSingleton, setBeanClassLoader, setBeanFactory, setSingleton
-
Constructor Details
-
SmbOutboundGatewaySpec
-
-
Method Details
-
patternFileNameFilter
Description copied from class:RemoteFileOutboundGatewaySpec
Specify a simple pattern to match remote files (e.g. '*.txt').- Specified by:
patternFileNameFilter
in classRemoteFileOutboundGatewaySpec<jcifs.smb.SmbFile,
SmbOutboundGatewaySpec> - Parameters:
pattern
- the pattern.- Returns:
- the spec.
- See Also:
-
regexFileNameFilter
Description copied from class:RemoteFileOutboundGatewaySpec
Specify a simple pattern to match remote files (e.g. '[0-9].*.txt').- Specified by:
regexFileNameFilter
in classRemoteFileOutboundGatewaySpec<jcifs.smb.SmbFile,
SmbOutboundGatewaySpec> - Parameters:
regex
- the regex pattern.- Returns:
- the spec.
- See Also:
-