Uses of Interface
org.springframework.integration.file.remote.session.SessionFactoryLocator
Package
Description
Provides classes supporting remote file sessions.
-
Uses of SessionFactoryLocator in org.springframework.integration.file.remote.session
Modifier and TypeClassDescriptionclass
The default implementation ofSessionFactoryLocator
using a simple map lookup and an optional default to fall back on.Modifier and TypeMethodDescriptionDelegatingSessionFactory.getFactoryLocator()
Return this factory's locator.ModifierConstructorDescriptionDelegatingSessionFactory
(SessionFactoryLocator<F> factoryLocator) Construct an instance using the supplied factory.