Package org.frankframework.receivers
Class FtpFileSystemListener
java.lang.Object
org.frankframework.filesystem.AbstractFileSystemListener<FTPFileRef,FtpFileSystem>
org.frankframework.receivers.FtpFileSystemListener
- All Implemented Interfaces:
FrankElement
,HasApplicationContext
,HasName
,HasPhysicalDestination
,IConfigurable
,IHasProcessState<FTPFileRef>
,IListener<FTPFileRef>
,IProvidesMessageBrowsers<FTPFileRef>
,IPullingListener<FTPFileRef>
,IScopeProvider
,NameAware
,HasKeystore
,HasTruststore
,FtpFileSystemDelegator
,org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
public class FtpFileSystemListener
extends AbstractFileSystemListener<FTPFileRef,FtpFileSystem>
implements FtpFileSystemDelegator
File listener for an FTP connection.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.frankframework.filesystem.AbstractFileSystemListener
AbstractFileSystemListener.IMessageType, AbstractFileSystemListener.MessageType
-
Field Summary
Fields inherited from class org.frankframework.filesystem.AbstractFileSystemListener
FILENAME_KEY, FILEPATH_KEY, log, ORIGINAL_FILENAME_KEY
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setMessageType
(AbstractFileSystemListener.MessageType messageType) Determines the contents of the message that is sent to the pipeline.Methods inherited from class org.frankframework.filesystem.AbstractFileSystemListener
afterMessageProcessed, changeProcessState, checkForExistenceOfFolder, closeThread, configure, extractMessage, extractMessageProperties, getDomain, getMessageBrowser, getPhysicalDestinationName, getRawMessage, getStateFolder, knownProcessStates, openThread, setCharset, setCreateFolders, setDelete, setDisableMessageBrowsers, setErrorFolder, setExcludeWildcard, setFileTimeSensitive, setHoldFolder, setInProcessFolder, setInputFolder, setLogFolder, setMessageIdPropertyKey, setMessageType, setMinStableTime, setName, setNumberOfBackups, setOutputFormat, setOverwrite, setProcessedFolder, setStoreMetadataInSessionKey, setWildcard, start, stop, targetProcessStates
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.context.ApplicationContextAware
setApplicationContext
Methods inherited from interface org.frankframework.filesystem.ftp.FtpFileSystemDelegator
getFileSystem, getKeyManagerAlgorithm, getKeystore, getKeystoreAlias, getKeystoreAliasAuthAlias, getKeystoreAliasPassword, getKeystoreAuthAlias, getKeystorePassword, getKeystoreType, getTrustManagerAlgorithm, getTruststore, getTruststoreAuthAlias, getTruststorePassword, getTruststoreType, isAllowSelfSignedCertificates, isIgnoreCertificateExpiredException, isVerifyHostname, setAllowSelfSignedCertificates, setAuthAlias, setFileType, setFtpType, setHost, setIgnoreCertificateExpiredException, setKeyManagerAlgorithm, setKeystore, setKeystoreAlias, setKeystoreAliasAuthAlias, setKeystoreAliasPassword, setKeystoreAuthAlias, setKeystorePassword, setKeystoreType, setPassive, setPassword, setPort, setProt, setProxyHost, setProxyPort, setProxyTransportType, setRemoteDirectory, setTrustManagerAlgorithm, setTruststore, setTruststoreAuthAlias, setTruststorePassword, setTruststoreType, setUsername, setVerifyHostname
Methods inherited from interface org.frankframework.core.HasApplicationContext
getApplicationContext, getConfigurationClassLoader
-
Constructor Details
-
FtpFileSystemListener
public FtpFileSystemListener()
-
-
Method Details
-
createFileSystem
- Specified by:
createFileSystem
in interfaceFtpFileSystemDelegator
- Specified by:
createFileSystem
in classAbstractFileSystemListener<FTPFileRef,
FtpFileSystem>
-
setMessageType
Determines the contents of the message that is sent to the pipeline. The value of the attribute matching the searchKey is returned when usingATTRIBUTE
- Default value
- PATH
-