Uses of Interface
org.springframework.integration.file.remote.MessageSessionCallback
Packages that use MessageSessionCallback
Package
Description
Provides classes supporting remote file gateways.
Provides FTP Components for the Java DSL.
Provides classes supporting FTP gateways.
Provides SFTP Components for the Java DSL.
Provides classes supporting SFTP gateways.
Provides SMB Components for the Java DSL.
Outbound Channel Adapter implementations for SMB protocol.
-
Uses of MessageSessionCallback in org.springframework.integration.file.remote.gateway
Constructors in org.springframework.integration.file.remote.gateway with parameters of type MessageSessionCallbackModifierConstructorDescriptionAbstractRemoteFileOutboundGateway
(RemoteFileTemplate<F> remoteFileTemplate, MessageSessionCallback<F, ?> messageSessionCallback) Construct an instance with the supplied remote file template and callback for performing operations on the session.AbstractRemoteFileOutboundGateway
(SessionFactory<F> sessionFactory, MessageSessionCallback<F, ?> messageSessionCallback) Construct an instance using the provided session factory and callback for performing operations on the session. -
Uses of MessageSessionCallback in org.springframework.integration.ftp.dsl
Methods in org.springframework.integration.ftp.dsl with parameters of type MessageSessionCallbackModifier and TypeMethodDescriptionstatic FtpOutboundGatewaySpec
Ftp.outboundGateway
(SessionFactory<org.apache.commons.net.ftp.FTPFile> sessionFactory, MessageSessionCallback<org.apache.commons.net.ftp.FTPFile, ?> messageSessionCallback) Produce aFtpOutboundGatewaySpec
based on theMessageSessionCallback
. -
Uses of MessageSessionCallback in org.springframework.integration.ftp.gateway
Constructors in org.springframework.integration.ftp.gateway with parameters of type MessageSessionCallbackModifierConstructorDescriptionFtpOutboundGateway
(RemoteFileTemplate<org.apache.commons.net.ftp.FTPFile> remoteFileTemplate, MessageSessionCallback<org.apache.commons.net.ftp.FTPFile, ?> messageSessionCallback) Construct an instance with the supplied remote file template and callback for performing operations on the session.FtpOutboundGateway
(SessionFactory<org.apache.commons.net.ftp.FTPFile> sessionFactory, MessageSessionCallback<org.apache.commons.net.ftp.FTPFile, ?> messageSessionCallback) Construct an instance using the provided session factory and callback for performing operations on the session. -
Uses of MessageSessionCallback in org.springframework.integration.sftp.dsl
Methods in org.springframework.integration.sftp.dsl with parameters of type MessageSessionCallbackModifier and TypeMethodDescriptionstatic SftpOutboundGatewaySpec
Sftp.outboundGateway
(SessionFactory<org.apache.sshd.sftp.client.SftpClient.DirEntry> sessionFactory, MessageSessionCallback<org.apache.sshd.sftp.client.SftpClient.DirEntry, ?> messageSessionCallback) Produce aSftpOutboundGatewaySpec
based on theMessageSessionCallback
. -
Uses of MessageSessionCallback in org.springframework.integration.sftp.gateway
Constructors in org.springframework.integration.sftp.gateway with parameters of type MessageSessionCallbackModifierConstructorDescriptionSftpOutboundGateway
(RemoteFileTemplate<org.apache.sshd.sftp.client.SftpClient.DirEntry> remoteFileTemplate, MessageSessionCallback<org.apache.sshd.sftp.client.SftpClient.DirEntry, ?> messageSessionCallback) Construct an instance with the supplied remote file template and callback for performing operations on the session.SftpOutboundGateway
(SessionFactory<org.apache.sshd.sftp.client.SftpClient.DirEntry> sessionFactory, MessageSessionCallback<org.apache.sshd.sftp.client.SftpClient.DirEntry, ?> messageSessionCallback) Construct an instance using the provided session factory and callback for performing operations on the session. -
Uses of MessageSessionCallback in org.springframework.integration.smb.dsl
Methods in org.springframework.integration.smb.dsl with parameters of type MessageSessionCallbackModifier and TypeMethodDescriptionstatic SmbOutboundGatewaySpec
Smb.outboundGateway
(SessionFactory<jcifs.smb.SmbFile> sessionFactory, MessageSessionCallback<jcifs.smb.SmbFile, ?> messageSessionCallback) Produce aSmbOutboundGatewaySpec
based on theMessageSessionCallback
. -
Uses of MessageSessionCallback in org.springframework.integration.smb.outbound
Constructors in org.springframework.integration.smb.outbound with parameters of type MessageSessionCallbackModifierConstructorDescriptionSmbOutboundGateway
(RemoteFileTemplate<jcifs.smb.SmbFile> remoteFileTemplate, MessageSessionCallback<jcifs.smb.SmbFile, ?> messageSessionCallback) Construct an instance with the supplied remote file template and callback for performing operations on the session.SmbOutboundGateway
(SessionFactory<jcifs.smb.SmbFile> sessionFactory, MessageSessionCallback<jcifs.smb.SmbFile, ?> messageSessionCallback) Construct an instance using the provided session factory and callback for performing operations on the session.