Spring Integration

org.springframework.integration.file.remote.session
Interface SessionFactory<F>

All Known Implementing Classes:
AbstractFtpSessionFactory, CachingSessionFactory, DefaultFtpSessionFactory, DefaultFtpsSessionFactory, DefaultSftpSessionFactory

public interface SessionFactory<F>

Factory for acquiring Session instances.

Since:
2.0
Author:
Mark Fisher

Method Summary
 Session<F> getSession()
           
 

Method Detail

getSession

Session<F> getSession()

Spring Integration