Class FtpOutboundGatewaySpec
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<org.apache.commons.net.ftp.FTPFile,FtpOutboundGatewaySpec>
org.springframework.integration.ftp.dsl.FtpOutboundGatewaySpec
- All Implemented Interfaces:
Aware
,BeanClassLoaderAware
,BeanFactoryAware
,DisposableBean
,FactoryBean<AbstractRemoteFileOutboundGateway<org.apache.commons.net.ftp.FTPFile>>
,InitializingBean
,Lifecycle
,Phased
,SmartLifecycle
,ComponentsRegistration
public class FtpOutboundGatewaySpec
extends RemoteFileOutboundGatewaySpec<org.apache.commons.net.ftp.FTPFile,FtpOutboundGatewaySpec>
A
RemoteFileOutboundGatewaySpec
for FTP.- Since:
- 5.0
- Author:
- Artem Bilan
-
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
FtpOutboundGatewaySpec
(FtpOutboundGateway 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.workingDirExpression
(String workingDirExpression) Specify a SpELExpression
to evaluate FTP client working directory against request message.workingDirExpression
(Expression workingDirExpression) Specify a SpELExpression
to evaluate FTP client working directory against request message.workingDirFunction
(Function<Message<?>, String> workingDirFunction) Specify aFunction
to evaluate FTP client working directory against request message.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
-
FtpOutboundGatewaySpec
-
-
Method Details
-
patternFileNameFilter
Description copied from class:RemoteFileOutboundGatewaySpec
Specify a simple pattern to match remote files (e.g. '*.txt').- Specified by:
patternFileNameFilter
in classRemoteFileOutboundGatewaySpec<org.apache.commons.net.ftp.FTPFile,
FtpOutboundGatewaySpec> - 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<org.apache.commons.net.ftp.FTPFile,
FtpOutboundGatewaySpec> - Parameters:
regex
- the regex pattern.- Returns:
- the spec.
- See Also:
-
workingDirExpression
Specify a SpELExpression
to evaluate FTP client working directory against request message.- Parameters:
workingDirExpression
- the SpEL expression to evaluate working directory- Returns:
- the spec
- See Also:
-
workingDirExpression
Specify a SpELExpression
to evaluate FTP client working directory against request message.- Parameters:
workingDirExpression
- the SpEL expression to evaluate working directory- Returns:
- the spec
- See Also:
-
workingDirFunction
Specify aFunction
to evaluate FTP client working directory against request message.- Parameters:
workingDirFunction
- the function to evaluate working directory- Returns:
- the spec
- See Also:
-