Class DelegatingSessionFactory<F>

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

public class DelegatingSessionFactory<F>
extends Object
implements SessionFactory<F>
SessionFactory that delegates to a SessionFactory retrieved from a SessionFactoryLocator.
Since:
4.2
Author:
Gary Russell