Uses of Class
org.springframework.integration.file.remote.gateway.AbstractRemoteFileOutboundGateway
Package
Description
Provides File Components support for Spring Integration Java DSL.
Provides classes supporting FTP gateways.
Provides SFTP Components for the Java DSL.
Provides classes supporting SFTP gateways.
Outbound Channel Adapter implementations for SMB protocol.
-
Uses of AbstractRemoteFileOutboundGateway in org.springframework.integration.file.dsl
ModifierConstructorDescriptionprotected
RemoteFileOutboundGatewaySpec
(AbstractRemoteFileOutboundGateway<F> outboundGateway) -
Uses of AbstractRemoteFileOutboundGateway in org.springframework.integration.ftp.gateway
Modifier and TypeClassDescriptionclass
Outbound Gateway for performing remote file operations via FTP/FTPS. -
Uses of AbstractRemoteFileOutboundGateway in org.springframework.integration.sftp.dsl
ModifierConstructorDescriptionprotected
SftpOutboundGatewaySpec
(AbstractRemoteFileOutboundGateway<org.apache.sshd.sftp.client.SftpClient.DirEntry> outboundGateway) -
Uses of AbstractRemoteFileOutboundGateway in org.springframework.integration.sftp.gateway
Modifier and TypeClassDescriptionclass
Outbound Gateway for performing remote file operations via SFTP. -
Uses of AbstractRemoteFileOutboundGateway in org.springframework.integration.smb.outbound
Modifier and TypeClassDescriptionclass
Outbound Gateway for performing remote file operations via SMB.