Spring Integration

Uses of Class
org.springframework.integration.file.AbstractInboundRemoteFileSystemSychronizer

Packages that use AbstractInboundRemoteFileSystemSychronizer
org.springframework.integration.file   
org.springframework.integration.ftp.impl   
org.springframework.integration.sftp.impl   
 

Uses of AbstractInboundRemoteFileSystemSychronizer in org.springframework.integration.file
 

Classes in org.springframework.integration.file with type parameters of type AbstractInboundRemoteFileSystemSychronizer
 class AbstractInboundRemoteFileSystemSynchronizingMessageSource<Y,T extends AbstractInboundRemoteFileSystemSychronizer<Y>>
          Ultimately, this factors out a lot of the common logic between the FTP and SFTP adapters.
 

Fields in org.springframework.integration.file declared as AbstractInboundRemoteFileSystemSychronizer
protected  T AbstractInboundRemoteFileSystemSynchronizingMessageSource.synchronizer
          An implementation that will handle the chores of actually connecting to and syncing up the remote FS with the local one, in an inbound direction
 

Uses of AbstractInboundRemoteFileSystemSychronizer in org.springframework.integration.ftp.impl
 

Subclasses of AbstractInboundRemoteFileSystemSychronizer in org.springframework.integration.ftp.impl
 class FtpInboundRemoteFileSystemSynchronizer
          An FTP-adapter implementation of AbstractInboundRemoteFileSystemSychronizer
 

Uses of AbstractInboundRemoteFileSystemSychronizer in org.springframework.integration.sftp.impl
 

Subclasses of AbstractInboundRemoteFileSystemSychronizer in org.springframework.integration.sftp.impl
 class SftpInboundRemoteFileSystemSynchronizer
          This handles the synchronization between a remote SFTP endpoint and a local mount
 


Spring Integration

Copyright © 2010. All Rights Reserved.