public class Adapters
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
AmqpOutboundEndpointSpec |
amqp(org.springframework.amqp.core.AmqpTemplate amqpTemplate) |
AmqpOutboundEndpointSpec |
amqpGateway(org.springframework.amqp.core.AmqpTemplate amqpTemplate) |
FileWritingMessageHandlerSpec |
file(java.io.File destinationDirectory) |
<P> FileWritingMessageHandlerSpec |
file(Function<org.springframework.messaging.Message<P>,?> directoryFunction) |
FileWritingMessageHandlerSpec |
file(java.lang.String directoryExpression) |
FileWritingMessageHandlerSpec |
fileGateway(java.io.File destinationDirectory) |
<P> FileWritingMessageHandlerSpec |
fileGateway(Function<org.springframework.messaging.Message<P>,?> directoryFunction) |
FileWritingMessageHandlerSpec |
fileGateway(java.lang.String directoryExpression) |
FtpMessageHandlerSpec |
ftp(org.springframework.integration.file.remote.RemoteFileTemplate<org.apache.commons.net.ftp.FTPFile> remoteFileTemplate) |
FtpMessageHandlerSpec |
ftp(org.springframework.integration.file.remote.RemoteFileTemplate<org.apache.commons.net.ftp.FTPFile> remoteFileTemplate,
org.springframework.integration.file.support.FileExistsMode fileExistsMode) |
FtpMessageHandlerSpec |
ftp(org.springframework.integration.file.remote.session.SessionFactory<org.apache.commons.net.ftp.FTPFile> sessionFactory) |
FtpMessageHandlerSpec |
ftp(org.springframework.integration.file.remote.session.SessionFactory<org.apache.commons.net.ftp.FTPFile> sessionFactory,
org.springframework.integration.file.support.FileExistsMode fileExistsMode) |
FtpOutboundGatewaySpec |
ftpGateway(org.springframework.integration.file.remote.session.SessionFactory<org.apache.commons.net.ftp.FTPFile> sessionFactory,
org.springframework.integration.file.remote.gateway.AbstractRemoteFileOutboundGateway.Command command,
java.lang.String expression) |
FtpOutboundGatewaySpec |
ftpGateway(org.springframework.integration.file.remote.session.SessionFactory<org.apache.commons.net.ftp.FTPFile> sessionFactory,
java.lang.String command,
java.lang.String expression) |
SftpMessageHandlerSpec |
ftps(org.springframework.integration.file.remote.session.SessionFactory<com.jcraft.jsch.ChannelSftp.LsEntry> sessionFactory) |
JmsOutboundChannelAdapterSpec.JmsOutboundChannelSpecTemplateAware |
jms(javax.jms.ConnectionFactory connectionFactory) |
JmsOutboundChannelAdapterSpec<? extends JmsOutboundChannelAdapterSpec<?>> |
jms(org.springframework.jms.core.JmsTemplate jmsTemplate) |
JmsOutboundGatewaySpec |
jmsGateway(javax.jms.ConnectionFactory connectionFactory) |
MailSendingMessageHandlerSpec |
mail(java.lang.String host) |
SftpMessageHandlerSpec |
sftp(org.springframework.integration.file.remote.RemoteFileTemplate<com.jcraft.jsch.ChannelSftp.LsEntry> remoteFileTemplate) |
SftpMessageHandlerSpec |
sftp(org.springframework.integration.file.remote.RemoteFileTemplate<com.jcraft.jsch.ChannelSftp.LsEntry> remoteFileTemplate,
org.springframework.integration.file.support.FileExistsMode fileExistsMode) |
SftpMessageHandlerSpec |
sftp(org.springframework.integration.file.remote.session.SessionFactory<com.jcraft.jsch.ChannelSftp.LsEntry> sessionFactory,
org.springframework.integration.file.support.FileExistsMode fileExistsMode) |
SftpOutboundGatewaySpec |
sftpGateway(org.springframework.integration.file.remote.session.SessionFactory<com.jcraft.jsch.ChannelSftp.LsEntry> sessionFactory,
org.springframework.integration.file.remote.gateway.AbstractRemoteFileOutboundGateway.Command command,
java.lang.String expression) |
SftpOutboundGatewaySpec |
sftpGateway(org.springframework.integration.file.remote.session.SessionFactory<com.jcraft.jsch.ChannelSftp.LsEntry> sessionFactory,
java.lang.String command,
java.lang.String expression) |
public AmqpOutboundEndpointSpec amqp(org.springframework.amqp.core.AmqpTemplate amqpTemplate)
public AmqpOutboundEndpointSpec amqpGateway(org.springframework.amqp.core.AmqpTemplate amqpTemplate)
public FileWritingMessageHandlerSpec file(java.io.File destinationDirectory)
public FileWritingMessageHandlerSpec file(java.lang.String directoryExpression)
public <P> FileWritingMessageHandlerSpec file(Function<org.springframework.messaging.Message<P>,?> directoryFunction)
public FileWritingMessageHandlerSpec fileGateway(java.io.File destinationDirectory)
public FileWritingMessageHandlerSpec fileGateway(java.lang.String directoryExpression)
public <P> FileWritingMessageHandlerSpec fileGateway(Function<org.springframework.messaging.Message<P>,?> directoryFunction)
public FtpMessageHandlerSpec ftp(org.springframework.integration.file.remote.session.SessionFactory<org.apache.commons.net.ftp.FTPFile> sessionFactory)
public FtpMessageHandlerSpec ftp(org.springframework.integration.file.remote.session.SessionFactory<org.apache.commons.net.ftp.FTPFile> sessionFactory, org.springframework.integration.file.support.FileExistsMode fileExistsMode)
public FtpMessageHandlerSpec ftp(org.springframework.integration.file.remote.RemoteFileTemplate<org.apache.commons.net.ftp.FTPFile> remoteFileTemplate)
public FtpMessageHandlerSpec ftp(org.springframework.integration.file.remote.RemoteFileTemplate<org.apache.commons.net.ftp.FTPFile> remoteFileTemplate, org.springframework.integration.file.support.FileExistsMode fileExistsMode)
public FtpOutboundGatewaySpec ftpGateway(org.springframework.integration.file.remote.session.SessionFactory<org.apache.commons.net.ftp.FTPFile> sessionFactory, org.springframework.integration.file.remote.gateway.AbstractRemoteFileOutboundGateway.Command command, java.lang.String expression)
public FtpOutboundGatewaySpec ftpGateway(org.springframework.integration.file.remote.session.SessionFactory<org.apache.commons.net.ftp.FTPFile> sessionFactory, java.lang.String command, java.lang.String expression)
public SftpMessageHandlerSpec ftps(org.springframework.integration.file.remote.session.SessionFactory<com.jcraft.jsch.ChannelSftp.LsEntry> sessionFactory)
public SftpMessageHandlerSpec sftp(org.springframework.integration.file.remote.session.SessionFactory<com.jcraft.jsch.ChannelSftp.LsEntry> sessionFactory, org.springframework.integration.file.support.FileExistsMode fileExistsMode)
public SftpMessageHandlerSpec sftp(org.springframework.integration.file.remote.RemoteFileTemplate<com.jcraft.jsch.ChannelSftp.LsEntry> remoteFileTemplate)
public SftpMessageHandlerSpec sftp(org.springframework.integration.file.remote.RemoteFileTemplate<com.jcraft.jsch.ChannelSftp.LsEntry> remoteFileTemplate, org.springframework.integration.file.support.FileExistsMode fileExistsMode)
public SftpOutboundGatewaySpec sftpGateway(org.springframework.integration.file.remote.session.SessionFactory<com.jcraft.jsch.ChannelSftp.LsEntry> sessionFactory, org.springframework.integration.file.remote.gateway.AbstractRemoteFileOutboundGateway.Command command, java.lang.String expression)
public SftpOutboundGatewaySpec sftpGateway(org.springframework.integration.file.remote.session.SessionFactory<com.jcraft.jsch.ChannelSftp.LsEntry> sessionFactory, java.lang.String command, java.lang.String expression)
public JmsOutboundChannelAdapterSpec.JmsOutboundChannelSpecTemplateAware jms(javax.jms.ConnectionFactory connectionFactory)
public JmsOutboundChannelAdapterSpec<? extends JmsOutboundChannelAdapterSpec<?>> jms(org.springframework.jms.core.JmsTemplate jmsTemplate)
public JmsOutboundGatewaySpec jmsGateway(javax.jms.ConnectionFactory connectionFactory)
public MailSendingMessageHandlerSpec mail(java.lang.String host)