Spring Integration

Package org.springframework.integration.file.remote.session

Provides classes supporting remote file sessions.

See:
          Description

Interface Summary
ExtendedSession<T> Temporary extension to Session to avoid a breaking change in a point release - merge with Session in 2.2.
Session<T> Common abstraction for a Session with a remote File system.
SessionFactory<F> Factory for acquiring Session instances.
 

Class Summary
CachingSessionFactory<F> A SessionFactory implementation that caches Sessions for reuse without requiring reconnection each time the Session is retrieved from the factory.
SessionFactoryFactoryBean<T> Temporary factory bean to manage SessionFactory until deprecated 'cache-sessions' attribute is removed.
 

Package org.springframework.integration.file.remote.session Description

Provides classes supporting remote file sessions.


Spring Integration