A B C D F G H I J L M O P R S T W

A

AbstractFileMapper<T> - Class in org.springframework.integration.adapter.file
Base class providing common behavior for file-based message mappers.
AbstractFileMapper(File) - Constructor for class org.springframework.integration.adapter.file.AbstractFileMapper
 
AbstractMailHeaderGenerator - Class in org.springframework.integration.adapter.mail
Base implementation for MailHeaderGenerators.
AbstractMailHeaderGenerator() - Constructor for class org.springframework.integration.adapter.mail.AbstractMailHeaderGenerator
 
afterPropertiesSet() - Method in class org.springframework.integration.adapter.jms.JmsPollableSource
 
afterPropertiesSet() - Method in class org.springframework.integration.adapter.jms.JmsTargetAdapter
 
afterPropertiesSet() - Method in class org.springframework.integration.adapter.mail.MailTargetAdapter
 
ApplicationEventSourceAdapter - Class in org.springframework.integration.adapter.event
A source adapter for passing Spring ApplicationEvents within messages.
ApplicationEventSourceAdapter() - Constructor for class org.springframework.integration.adapter.event.ApplicationEventSourceAdapter
 
ApplicationEventTargetAdapter - Class in org.springframework.integration.adapter.event
A target adapter for publishing MessagingEvents.
ApplicationEventTargetAdapter() - Constructor for class org.springframework.integration.adapter.event.ApplicationEventTargetAdapter
 

B

ByteArrayFileMapper - Class in org.springframework.integration.adapter.file
A MessageMapper implementation for messages with a byte array payload.
ByteArrayFileMapper(File) - Constructor for class org.springframework.integration.adapter.file.ByteArrayFileMapper
 
ByteArrayMailMessageMapper - Class in org.springframework.integration.adapter.mail
Message mapper used for mapping byte array messages to mail messages.
ByteArrayMailMessageMapper(JavaMailSender) - Constructor for class org.springframework.integration.adapter.mail.ByteArrayMailMessageMapper
 
ByteStreamSource - Class in org.springframework.integration.adapter.stream
A pollable source for receiving bytes from an InputStream.
ByteStreamSource(InputStream) - Constructor for class org.springframework.integration.adapter.stream.ByteStreamSource
 
ByteStreamSource(InputStream, int) - Constructor for class org.springframework.integration.adapter.stream.ByteStreamSource
 
ByteStreamSourceAdapter - Class in org.springframework.integration.adapter.stream
A polling source adapter that wraps a ByteStreamSource.
ByteStreamSourceAdapter(InputStream) - Constructor for class org.springframework.integration.adapter.stream.ByteStreamSourceAdapter
 
ByteStreamTargetAdapter - Class in org.springframework.integration.adapter.stream
A target adapter that writes a byte array to an OutputStream.
ByteStreamTargetAdapter(OutputStream) - Constructor for class org.springframework.integration.adapter.stream.ByteStreamTargetAdapter
 
ByteStreamTargetAdapter(OutputStream, int) - Constructor for class org.springframework.integration.adapter.stream.ByteStreamTargetAdapter
 

C

ChannelPublishingJmsListener - Class in org.springframework.integration.adapter.jms
JMS MessageListener implementation that converts the received JMS message into a Spring Integration message and then sends that to a channel.
ChannelPublishingJmsListener() - Constructor for class org.springframework.integration.adapter.jms.ChannelPublishingJmsListener
 
ChannelPublishingJmsListener(MessageChannel) - Constructor for class org.springframework.integration.adapter.jms.ChannelPublishingJmsListener
 
CharacterStreamSource - Class in org.springframework.integration.adapter.stream
A pollable source for text-based InputStreams.
CharacterStreamSource(InputStream) - Constructor for class org.springframework.integration.adapter.stream.CharacterStreamSource
 
CharacterStreamSource(InputStream, int) - Constructor for class org.springframework.integration.adapter.stream.CharacterStreamSource
 
CharacterStreamSourceAdapter - Class in org.springframework.integration.adapter.stream
A polling source adapter that wraps a CharacterStreamSource.
CharacterStreamSourceAdapter(InputStream) - Constructor for class org.springframework.integration.adapter.stream.CharacterStreamSourceAdapter
 
CharacterStreamTargetAdapter - Class in org.springframework.integration.adapter.stream
A target adapter that writes to an OutputStream.
CharacterStreamTargetAdapter(OutputStream) - Constructor for class org.springframework.integration.adapter.stream.CharacterStreamTargetAdapter
 
CharacterStreamTargetAdapter(OutputStream, int) - Constructor for class org.springframework.integration.adapter.stream.CharacterStreamTargetAdapter
 
convertMessageToMailMessage(Message<?>) - Method in class org.springframework.integration.adapter.mail.MailTargetAdapter
 

D

DefaultFileNameGenerator - Class in org.springframework.integration.adapter.file
Default implementation of the filename generator strategy.
DefaultFileNameGenerator() - Constructor for class org.springframework.integration.adapter.file.DefaultFileNameGenerator
 
DefaultJmsMessagePostProcessor - Class in org.springframework.integration.adapter.jms
A JmsMessagePostProcessor that passes attributes from a MessageHeader to a JMS message before it is sent to its destination.
DefaultJmsMessagePostProcessor() - Constructor for class org.springframework.integration.adapter.jms.DefaultJmsMessagePostProcessor
 
destroy() - Method in class org.springframework.integration.adapter.jms.JmsMessageDrivenSourceAdapter
 
doParse(Element, BeanDefinitionBuilder) - Method in class org.springframework.integration.adapter.file.config.FileSourceAdapterParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.adapter.file.config.FileTargetAdapterParser
 
doParse(Element, BeanDefinitionBuilder) - Method in class org.springframework.integration.adapter.jms.config.JmsSourceAdapterParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.adapter.jms.config.JmsTargetAdapterParser
 

F

FILENAME_PROPERTY_KEY - Static variable in interface org.springframework.integration.adapter.file.FileNameGenerator
 
FileNameGenerator - Interface in org.springframework.integration.adapter.file
Strategy interface for generating a file name from a message.
FileSource - Class in org.springframework.integration.adapter.file
A messaging source that polls a directory to retrieve files.
FileSource(File) - Constructor for class org.springframework.integration.adapter.file.FileSource
 
FileSourceAdapter - Class in org.springframework.integration.adapter.file
Channel adapter for polling a directory and creating messages from its files.
FileSourceAdapter(File, MessageChannel, int) - Constructor for class org.springframework.integration.adapter.file.FileSourceAdapter
 
FileSourceAdapter(File, MessageChannel, int, boolean) - Constructor for class org.springframework.integration.adapter.file.FileSourceAdapter
 
FileSourceAdapterParser - Class in org.springframework.integration.adapter.file.config
Parser for the <file-source/> element.
FileSourceAdapterParser() - Constructor for class org.springframework.integration.adapter.file.config.FileSourceAdapterParser
 
FileTargetAdapter - Class in org.springframework.integration.adapter.file
A convenience adapter for writing files.
FileTargetAdapter(File) - Constructor for class org.springframework.integration.adapter.file.FileTargetAdapter
 
FileTargetAdapter(File, boolean) - Constructor for class org.springframework.integration.adapter.file.FileTargetAdapter
 
FileTargetAdapterParser - Class in org.springframework.integration.adapter.file.config
Parser for the <file-target/> element.
FileTargetAdapterParser() - Constructor for class org.springframework.integration.adapter.file.config.FileTargetAdapterParser
 
fromMessage(Message<T>) - Method in class org.springframework.integration.adapter.event.MessagingEventMapper
 
fromMessage(Message<T>) - Method in class org.springframework.integration.adapter.file.AbstractFileMapper
 
fromMessage(Message<byte[]>) - Method in class org.springframework.integration.adapter.mail.ByteArrayMailMessageMapper
 
fromMessage(Message<String>) - Method in class org.springframework.integration.adapter.mail.TextMailMessageMapper
 

G

generateFileName(Message<?>) - Method in class org.springframework.integration.adapter.file.DefaultFileNameGenerator
 
generateFileName(Message<?>) - Method in interface org.springframework.integration.adapter.file.FileNameGenerator
 
getBcc(Message<?>) - Method in class org.springframework.integration.adapter.mail.AbstractMailHeaderGenerator
Retrieve the BCC recipients list from an integration message.
getBcc(Message<?>) - Method in class org.springframework.integration.adapter.mail.StaticMailHeaderGenerator
 
getBeanClass(Element) - Method in class org.springframework.integration.adapter.file.config.FileSourceAdapterParser
 
getBeanClass(Element) - Method in class org.springframework.integration.adapter.file.config.FileTargetAdapterParser
 
getBeanClass(Element) - Method in class org.springframework.integration.adapter.jms.config.JmsSourceAdapterParser
 
getBeanClass(Element) - Method in class org.springframework.integration.adapter.jms.config.JmsTargetAdapterParser
 
getCc(Message<?>) - Method in class org.springframework.integration.adapter.mail.AbstractMailHeaderGenerator
Retrieve the CC recipients list from an integration message.
getCc(Message<?>) - Method in class org.springframework.integration.adapter.mail.StaticMailHeaderGenerator
 
getFrom(Message<?>) - Method in class org.springframework.integration.adapter.mail.AbstractMailHeaderGenerator
Retrieve the From: e-mail address from an integration message.
getFrom(Message<?>) - Method in class org.springframework.integration.adapter.mail.StaticMailHeaderGenerator
 
getMessage() - Method in class org.springframework.integration.adapter.event.MessagingEvent
 
getReplyTo(Message<?>) - Method in class org.springframework.integration.adapter.mail.AbstractMailHeaderGenerator
Retrieve the Reply To: e-mail address from an integration message.
getReplyTo(Message<?>) - Method in class org.springframework.integration.adapter.mail.StaticMailHeaderGenerator
 
getSubject(Message<?>) - Method in class org.springframework.integration.adapter.mail.AbstractMailHeaderGenerator
Retrieve the subject of an e-mail message from an integration message.
getSubject(Message<?>) - Method in class org.springframework.integration.adapter.mail.StaticMailHeaderGenerator
 
getTo(Message<?>) - Method in class org.springframework.integration.adapter.mail.AbstractMailHeaderGenerator
Retrieve the recipients list from an integration message.
getTo(Message<?>) - Method in class org.springframework.integration.adapter.mail.StaticMailHeaderGenerator
 

H

handle(Message<?>) - Method in class org.springframework.integration.adapter.jms.JmsTargetAdapter
 
handle(Message<?>) - Method in class org.springframework.integration.adapter.mail.MailTargetAdapter
 

I

initialize() - Method in class org.springframework.integration.adapter.jms.JmsMessageDrivenSourceAdapter
 
isRunning() - Method in class org.springframework.integration.adapter.jms.JmsMessageDrivenSourceAdapter
 

J

JMS_CORRELATION_ID - Static variable in class org.springframework.integration.adapter.jms.JmsTargetAdapter
 
JMS_REPLY_TO - Static variable in class org.springframework.integration.adapter.jms.JmsTargetAdapter
 
JMS_TYPE - Static variable in class org.springframework.integration.adapter.jms.JmsTargetAdapter
 
JmsMessageDrivenSourceAdapter - Class in org.springframework.integration.adapter.jms
A message-driven adapter for receiving JMS messages and sending to a channel.
JmsMessageDrivenSourceAdapter() - Constructor for class org.springframework.integration.adapter.jms.JmsMessageDrivenSourceAdapter
 
JmsMessagePostProcessor - Interface in org.springframework.integration.adapter.jms
Strategy interface for post-processing a JMS Message before it is sent to its destination.
JmsPollableSource - Class in org.springframework.integration.adapter.jms
A source for receiving JMS Messages with a polling listener.
JmsPollableSource(JmsTemplate) - Constructor for class org.springframework.integration.adapter.jms.JmsPollableSource
 
JmsPollableSource(ConnectionFactory, Destination) - Constructor for class org.springframework.integration.adapter.jms.JmsPollableSource
 
JmsPollableSource(ConnectionFactory, String) - Constructor for class org.springframework.integration.adapter.jms.JmsPollableSource
 
JmsPollableSource() - Constructor for class org.springframework.integration.adapter.jms.JmsPollableSource
No-arg constructor provided for convenience when configuring with setters.
JmsPollingSourceAdapter - Class in org.springframework.integration.adapter.jms
A convenience adapter that wraps a JmsPollableSource.
JmsPollingSourceAdapter(JmsTemplate) - Constructor for class org.springframework.integration.adapter.jms.JmsPollingSourceAdapter
 
JmsPollingSourceAdapter(ConnectionFactory, Destination) - Constructor for class org.springframework.integration.adapter.jms.JmsPollingSourceAdapter
 
JmsPollingSourceAdapter(ConnectionFactory, String) - Constructor for class org.springframework.integration.adapter.jms.JmsPollingSourceAdapter
 
JmsSourceAdapterParser - Class in org.springframework.integration.adapter.jms.config
Parser for the <jms-source/> element.
JmsSourceAdapterParser() - Constructor for class org.springframework.integration.adapter.jms.config.JmsSourceAdapterParser
 
JmsTargetAdapter - Class in org.springframework.integration.adapter.jms
A target adapter for sending JMS Messages.
JmsTargetAdapter(JmsTemplate) - Constructor for class org.springframework.integration.adapter.jms.JmsTargetAdapter
 
JmsTargetAdapter(ConnectionFactory, Destination) - Constructor for class org.springframework.integration.adapter.jms.JmsTargetAdapter
 
JmsTargetAdapter(ConnectionFactory, String) - Constructor for class org.springframework.integration.adapter.jms.JmsTargetAdapter
 
JmsTargetAdapter() - Constructor for class org.springframework.integration.adapter.jms.JmsTargetAdapter
No-arg constructor provided for convenience when configuring with setters.
JmsTargetAdapterParser - Class in org.springframework.integration.adapter.jms.config
Parser for the <jms-target/> element.
JmsTargetAdapterParser() - Constructor for class org.springframework.integration.adapter.jms.config.JmsTargetAdapterParser
 

L

logger - Variable in class org.springframework.integration.adapter.file.AbstractFileMapper
 

M

MailHeaderGenerator - Interface in org.springframework.integration.adapter.mail
Strategy interface for generating header information for an e-mail message from the content of the integration message.
MailTargetAdapter - Class in org.springframework.integration.adapter.mail
A target adapter for sending mail.
MailTargetAdapter() - Constructor for class org.springframework.integration.adapter.mail.MailTargetAdapter
 
MessagingEvent<T> - Class in org.springframework.integration.adapter.event
A subclass of ApplicationEvent that wraps a Message.
MessagingEvent(Message<T>) - Constructor for class org.springframework.integration.adapter.event.MessagingEvent
 
MessagingEventMapper<T> - Class in org.springframework.integration.adapter.event
A MessageMapper implementation for mapping to and from MessagingEvents.
MessagingEventMapper() - Constructor for class org.springframework.integration.adapter.event.MessagingEventMapper
 

O

onApplicationEvent(ApplicationEvent) - Method in class org.springframework.integration.adapter.event.ApplicationEventSourceAdapter
 
onMessage(Message) - Method in class org.springframework.integration.adapter.jms.ChannelPublishingJmsListener
 
org.springframework.integration.adapter.event - package org.springframework.integration.adapter.event
 
org.springframework.integration.adapter.file - package org.springframework.integration.adapter.file
 
org.springframework.integration.adapter.file.config - package org.springframework.integration.adapter.file.config
 
org.springframework.integration.adapter.jms - package org.springframework.integration.adapter.jms
 
org.springframework.integration.adapter.jms.config - package org.springframework.integration.adapter.jms.config
 
org.springframework.integration.adapter.mail - package org.springframework.integration.adapter.mail
 
org.springframework.integration.adapter.stream - package org.springframework.integration.adapter.stream
 

P

poll(int) - Method in class org.springframework.integration.adapter.file.FileSource
 
poll(int) - Method in class org.springframework.integration.adapter.jms.JmsPollableSource
 
poll(int) - Method in class org.springframework.integration.adapter.stream.ByteStreamSource
 
poll(int) - Method in class org.springframework.integration.adapter.stream.CharacterStreamSource
 
populateMailMessageHeader(MailMessage, Message<?>) - Method in class org.springframework.integration.adapter.mail.AbstractMailHeaderGenerator
Populate the mail message using the results of the template methods.
populateMailMessageHeader(MailMessage, Message<?>) - Method in interface org.springframework.integration.adapter.mail.MailHeaderGenerator
Populate the e-mail message header based on the content of the integration message.
postProcessJmsMessage(Message, MessageHeader) - Method in class org.springframework.integration.adapter.jms.DefaultJmsMessagePostProcessor
 
postProcessJmsMessage(Message, MessageHeader) - Method in interface org.springframework.integration.adapter.jms.JmsMessagePostProcessor
 

R

readMessagePayload(File) - Method in class org.springframework.integration.adapter.file.AbstractFileMapper
 
readMessagePayload(File) - Method in class org.springframework.integration.adapter.file.ByteArrayFileMapper
 
readMessagePayload(File) - Method in class org.springframework.integration.adapter.file.TextFileMapper
 

S

sendToTarget(MessagingEvent) - Method in class org.springframework.integration.adapter.event.ApplicationEventTargetAdapter
 
sendToTarget(File) - Method in class org.springframework.integration.adapter.file.FileTargetAdapter
 
sendToTarget(Object) - Method in class org.springframework.integration.adapter.stream.ByteStreamTargetAdapter
 
sendToTarget(Object) - Method in class org.springframework.integration.adapter.stream.CharacterStreamTargetAdapter
 
setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.integration.adapter.event.ApplicationEventTargetAdapter
 
setAttachmentFilename(String) - Method in class org.springframework.integration.adapter.mail.ByteArrayMailMessageMapper
 
setBackupDirectory(File) - Method in class org.springframework.integration.adapter.file.AbstractFileMapper
 
setBackupDirectory(File) - Method in class org.springframework.integration.adapter.file.FileSourceAdapter
 
setBcc(String[]) - Method in class org.springframework.integration.adapter.mail.StaticMailHeaderGenerator
 
setByteArrayMessageMapper(MessageMapper<byte[], MailMessage>) - Method in class org.springframework.integration.adapter.mail.MailTargetAdapter
 
setBytesPerMessage(int) - Method in class org.springframework.integration.adapter.stream.ByteStreamSource
 
setBytesPerMessage(int) - Method in class org.springframework.integration.adapter.stream.ByteStreamSourceAdapter
 
setCc(String[]) - Method in class org.springframework.integration.adapter.mail.StaticMailHeaderGenerator
 
setChannel(MessageChannel) - Method in class org.springframework.integration.adapter.jms.ChannelPublishingJmsListener
 
setConnectionFactory(ConnectionFactory) - Method in class org.springframework.integration.adapter.jms.JmsMessageDrivenSourceAdapter
 
setConnectionFactory(ConnectionFactory) - Method in class org.springframework.integration.adapter.jms.JmsPollableSource
 
setConnectionFactory(ConnectionFactory) - Method in class org.springframework.integration.adapter.jms.JmsTargetAdapter
 
setContainer(AbstractJmsListeningContainer) - Method in class org.springframework.integration.adapter.jms.JmsMessageDrivenSourceAdapter
 
setDestination(Destination) - Method in class org.springframework.integration.adapter.jms.JmsMessageDrivenSourceAdapter
 
setDestination(Destination) - Method in class org.springframework.integration.adapter.jms.JmsPollableSource
 
setDestination(Destination) - Method in class org.springframework.integration.adapter.jms.JmsTargetAdapter
 
setDestinationName(String) - Method in class org.springframework.integration.adapter.jms.JmsMessageDrivenSourceAdapter
 
setDestinationName(String) - Method in class org.springframework.integration.adapter.jms.JmsPollableSource
 
setDestinationName(String) - Method in class org.springframework.integration.adapter.jms.JmsTargetAdapter
 
setEventTypes(List<Class<? extends ApplicationEvent>>) - Method in class org.springframework.integration.adapter.event.ApplicationEventSourceAdapter
Set the list of event types (classes that extend ApplicationEvent) that this adapter should send to the message channel.
setFileFilter(FileFilter) - Method in class org.springframework.integration.adapter.file.FileSource
 
setFilenameFilter(FilenameFilter) - Method in class org.springframework.integration.adapter.file.FileSource
 
setFileNameGenerator(FileNameGenerator) - Method in class org.springframework.integration.adapter.file.AbstractFileMapper
 
setFileNameGenerator(FileNameGenerator) - Method in class org.springframework.integration.adapter.file.FileSourceAdapter
 
setFileNameGenerator(FileNameGenerator) - Method in class org.springframework.integration.adapter.file.FileTargetAdapter
 
setFrom(String) - Method in class org.springframework.integration.adapter.mail.StaticMailHeaderGenerator
 
setHeaderGenerator(MailHeaderGenerator) - Method in class org.springframework.integration.adapter.mail.MailTargetAdapter
 
setJmsMessagePostProcessor(JmsMessagePostProcessor) - Method in class org.springframework.integration.adapter.jms.JmsTargetAdapter
 
setJmsTemplate(JmsTemplate) - Method in class org.springframework.integration.adapter.jms.JmsPollableSource
 
setJmsTemplate(JmsTemplate) - Method in class org.springframework.integration.adapter.jms.JmsTargetAdapter
 
setMailSender(JavaMailSender) - Method in class org.springframework.integration.adapter.mail.MailTargetAdapter
 
setMessageConverter(MessageConverter) - Method in class org.springframework.integration.adapter.jms.ChannelPublishingJmsListener
 
setMessageConverter(MessageConverter) - Method in class org.springframework.integration.adapter.jms.JmsMessageDrivenSourceAdapter
 
setMessageMapper(MessageMapper) - Method in class org.springframework.integration.adapter.jms.ChannelPublishingJmsListener
 
setMultipartMode(int) - Method in class org.springframework.integration.adapter.mail.ByteArrayMailMessageMapper
 
setObjectMessageMapper(MessageMapper<Object, MailMessage>) - Method in class org.springframework.integration.adapter.mail.MailTargetAdapter
 
setReplyTo(String) - Method in class org.springframework.integration.adapter.mail.StaticMailHeaderGenerator
 
setSendTimeout(long) - Method in class org.springframework.integration.adapter.jms.JmsMessageDrivenSourceAdapter
 
setSessionAcknowledgeMode(int) - Method in class org.springframework.integration.adapter.jms.JmsMessageDrivenSourceAdapter
 
setSessionTransacted(boolean) - Method in class org.springframework.integration.adapter.jms.JmsMessageDrivenSourceAdapter
 
setShouldAppendNewLine(boolean) - Method in class org.springframework.integration.adapter.stream.CharacterStreamTargetAdapter
 
setShouldTruncate(boolean) - Method in class org.springframework.integration.adapter.stream.ByteStreamSource
 
setShouldTruncate(boolean) - Method in class org.springframework.integration.adapter.stream.ByteStreamSourceAdapter
 
setSubject(String) - Method in class org.springframework.integration.adapter.mail.StaticMailHeaderGenerator
 
setTaskExecutor(TaskExecutor) - Method in class org.springframework.integration.adapter.jms.JmsMessageDrivenSourceAdapter
 
setTextMessageMapper(MessageMapper<String, MailMessage>) - Method in class org.springframework.integration.adapter.mail.MailTargetAdapter
 
setTimeout(long) - Method in class org.springframework.integration.adapter.jms.ChannelPublishingJmsListener
 
setTo(String[]) - Method in class org.springframework.integration.adapter.mail.StaticMailHeaderGenerator
 
shouldGenerateId() - Method in class org.springframework.integration.adapter.file.config.FileSourceAdapterParser
 
shouldGenerateId() - Method in class org.springframework.integration.adapter.file.config.FileTargetAdapterParser
 
shouldGenerateId() - Method in class org.springframework.integration.adapter.jms.config.JmsSourceAdapterParser
 
shouldGenerateId() - Method in class org.springframework.integration.adapter.jms.config.JmsTargetAdapterParser
 
shouldGenerateIdAsFallback() - Method in class org.springframework.integration.adapter.file.config.FileSourceAdapterParser
 
shouldGenerateIdAsFallback() - Method in class org.springframework.integration.adapter.file.config.FileTargetAdapterParser
 
shouldGenerateIdAsFallback() - Method in class org.springframework.integration.adapter.jms.config.JmsSourceAdapterParser
 
shouldGenerateIdAsFallback() - Method in class org.springframework.integration.adapter.jms.config.JmsTargetAdapterParser
 
start() - Method in class org.springframework.integration.adapter.jms.JmsMessageDrivenSourceAdapter
 
StaticMailHeaderGenerator - Class in org.springframework.integration.adapter.mail
Mail header generator implementation that populates a mail message header from statically configured properties.
StaticMailHeaderGenerator() - Constructor for class org.springframework.integration.adapter.mail.StaticMailHeaderGenerator
 
stderrAdapter() - Static method in class org.springframework.integration.adapter.stream.CharacterStreamTargetAdapter
Factory method that creates an adapter for stderr (System.err).
stdinAdapter(MessageChannel) - Static method in class org.springframework.integration.adapter.stream.CharacterStreamSourceAdapter
Factory method that creates an adapter for stdin (System.in).
stdoutAdapter() - Static method in class org.springframework.integration.adapter.stream.CharacterStreamTargetAdapter
Factory method that creates an adapter for stdout (System.out).
stop() - Method in class org.springframework.integration.adapter.jms.JmsMessageDrivenSourceAdapter
 

T

TextFileMapper - Class in org.springframework.integration.adapter.file
A MessageMapper implementation for messages with a String payload.
TextFileMapper(File) - Constructor for class org.springframework.integration.adapter.file.TextFileMapper
 
TextMailMessageMapper - Class in org.springframework.integration.adapter.mail
Message mapper for transforming integration messages with a String payload into simple text e-mail messages.
TextMailMessageMapper() - Constructor for class org.springframework.integration.adapter.mail.TextMailMessageMapper
 
toMessage(MessagingEvent<T>) - Method in class org.springframework.integration.adapter.event.MessagingEventMapper
 
toMessage(File) - Method in class org.springframework.integration.adapter.file.AbstractFileMapper
 
toMessage(MailMessage) - Method in class org.springframework.integration.adapter.mail.ByteArrayMailMessageMapper
 
toMessage(MailMessage) - Method in class org.springframework.integration.adapter.mail.TextMailMessageMapper
 

W

writeToFile(File, T) - Method in class org.springframework.integration.adapter.file.AbstractFileMapper
 
writeToFile(File, byte[]) - Method in class org.springframework.integration.adapter.file.ByteArrayFileMapper
 
writeToFile(File, String) - Method in class org.springframework.integration.adapter.file.TextFileMapper
 

A B C D F G H I J L M O P R S T W