Class RemoteFileOutboundGatewaySpec<F,​S extends RemoteFileOutboundGatewaySpec<F,​S>>

Type Parameters:
F - the target file type.
S - the target RemoteFileOutboundGatewaySpec implementation type.
All Implemented Interfaces:
Aware, BeanClassLoaderAware, BeanFactoryAware, DisposableBean, FactoryBean<AbstractRemoteFileOutboundGateway<F>>, InitializingBean, Lifecycle, Phased, SmartLifecycle, ComponentsRegistration
Direct Known Subclasses:
FtpOutboundGatewaySpec, SftpOutboundGatewaySpec

public abstract class RemoteFileOutboundGatewaySpec<F,​S extends RemoteFileOutboundGatewaySpec<F,​S>>
extends MessageHandlerSpec<S,​AbstractRemoteFileOutboundGateway<F>>
implements ComponentsRegistration
Since:
5.0
Author:
Artem Bilan, Gary Russell