Class DefaultSessionFactoryLocator<F>

java.lang.Object
org.springframework.integration.file.remote.session.DefaultSessionFactoryLocator<F>
Type Parameters:
F - the target system file type.
All Implemented Interfaces:
SessionFactoryLocator<F>

public class DefaultSessionFactoryLocator<F>
extends Object
implements SessionFactoryLocator<F>
The default implementation of SessionFactoryLocator using a simple map lookup and an optional default to fall back on.
Since:
4.2
Author:
Gary Russell, Andrey Kezhevatov, Artem Bilan