public class MessageSources
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
FileInboundChannelAdapterSpec |
file(java.io.File directory) |
FileInboundChannelAdapterSpec |
file(java.io.File directory,
java.util.Comparator<java.io.File> receptionOrderComparator) |
FtpInboundChannelAdapterSpec |
ftp(org.springframework.integration.file.remote.session.SessionFactory<org.apache.commons.net.ftp.FTPFile> sessionFactory) |
FtpInboundChannelAdapterSpec |
ftp(org.springframework.integration.file.remote.session.SessionFactory<org.apache.commons.net.ftp.FTPFile> sessionFactory,
java.util.Comparator<java.io.File> receptionOrderComparator) |
ImapMailInboundChannelAdapterSpec |
imap() |
ImapMailInboundChannelAdapterSpec |
imap(java.lang.String url) |
JmsInboundChannelAdapterSpec.JmsInboundChannelSpecTemplateAware |
jms(javax.jms.ConnectionFactory connectionFactory) |
JmsInboundChannelAdapterSpec<? extends JmsInboundChannelAdapterSpec<?>> |
jms(org.springframework.jms.core.JmsTemplate jmsTemplate) |
Pop3MailInboundChannelAdapterSpec |
pop3() |
Pop3MailInboundChannelAdapterSpec |
pop3(java.lang.String url) |
Pop3MailInboundChannelAdapterSpec |
pop3(java.lang.String host,
int port,
java.lang.String username,
java.lang.String password) |
Pop3MailInboundChannelAdapterSpec |
pop3(java.lang.String host,
java.lang.String username,
java.lang.String password) |
SftpInboundChannelAdapterSpec |
sftp(org.springframework.integration.file.remote.session.SessionFactory<com.jcraft.jsch.ChannelSftp.LsEntry> sessionFactory) |
SftpInboundChannelAdapterSpec |
sftp(org.springframework.integration.file.remote.session.SessionFactory<com.jcraft.jsch.ChannelSftp.LsEntry> sessionFactory,
java.util.Comparator<java.io.File> receptionOrderComparator) |
public FileInboundChannelAdapterSpec file(java.io.File directory)
public FileInboundChannelAdapterSpec file(java.io.File directory, java.util.Comparator<java.io.File> receptionOrderComparator)
public FtpInboundChannelAdapterSpec ftp(org.springframework.integration.file.remote.session.SessionFactory<org.apache.commons.net.ftp.FTPFile> sessionFactory)
public FtpInboundChannelAdapterSpec ftp(org.springframework.integration.file.remote.session.SessionFactory<org.apache.commons.net.ftp.FTPFile> sessionFactory, java.util.Comparator<java.io.File> receptionOrderComparator)
public SftpInboundChannelAdapterSpec sftp(org.springframework.integration.file.remote.session.SessionFactory<com.jcraft.jsch.ChannelSftp.LsEntry> sessionFactory)
public SftpInboundChannelAdapterSpec sftp(org.springframework.integration.file.remote.session.SessionFactory<com.jcraft.jsch.ChannelSftp.LsEntry> sessionFactory, java.util.Comparator<java.io.File> receptionOrderComparator)
public JmsInboundChannelAdapterSpec<? extends JmsInboundChannelAdapterSpec<?>> jms(org.springframework.jms.core.JmsTemplate jmsTemplate)
public JmsInboundChannelAdapterSpec.JmsInboundChannelSpecTemplateAware jms(javax.jms.ConnectionFactory connectionFactory)
public ImapMailInboundChannelAdapterSpec imap()
public ImapMailInboundChannelAdapterSpec imap(java.lang.String url)
public Pop3MailInboundChannelAdapterSpec pop3()
public Pop3MailInboundChannelAdapterSpec pop3(java.lang.String url)
public Pop3MailInboundChannelAdapterSpec pop3(java.lang.String host, java.lang.String username, java.lang.String password)
public Pop3MailInboundChannelAdapterSpec pop3(java.lang.String host, int port, java.lang.String username, java.lang.String password)