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, ORIGINAL_FILENAME_KEY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetMessageType(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, 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, targetProcessStatesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.context.ApplicationContextAware
setApplicationContextMethods inherited from interface org.frankframework.core.FrankElement
addConfigWarningMethods 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, setVerifyHostnameMethods inherited from interface org.frankframework.core.HasApplicationContext
getApplicationContext, getConfigurationClassLoader
-
Constructor Details
-
FtpFileSystemListener
public FtpFileSystemListener()
-
-
Method Details
-
createFileSystem
- Specified by:
createFileSystemin interfaceFtpFileSystemDelegator- Specified by:
createFileSystemin 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
-
getMessageType
-