Uses of Class
org.springframework.integration.file.remote.gateway.AbstractRemoteFileOutboundGateway
Packages that use 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
Constructors in org.springframework.integration.file.dsl with parameters of type AbstractRemoteFileOutboundGatewayModifierConstructorDescriptionprotected
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
Constructors in org.springframework.integration.sftp.dsl with parameters of type AbstractRemoteFileOutboundGatewayModifierConstructorDescriptionprotected
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.