A B C D E F G H I J K L M N O P Q R S T U V W X

F

fatalException - Variable in class org.springframework.integration.ip.udp.UnicastSendingMessageHandler
 
fetchMessages(Message[]) - Method in class org.springframework.integration.mail.AbstractMailReceiver
Fetches the specified messages from this receiver's folder.
FileHeaders - Class in org.springframework.integration.file
Pre-defined header names to be used when storing or retrieving File-related values to/from integration Message Headers.
FileHeaders() - Constructor for class org.springframework.integration.file.FileHeaders
 
FileInboundChannelAdapterParser - Class in org.springframework.integration.file.config
Parser for the <inbound-channel-adapter> element of the 'file' namespace.
FileInboundChannelAdapterParser() - Constructor for class org.springframework.integration.file.config.FileInboundChannelAdapterParser
 
FileListFilter - Interface in org.springframework.integration.file
Strategy interface for filtering a group of files.
FileListFilterFactoryBean - Class in org.springframework.integration.file.config
 
FileListFilterFactoryBean() - Constructor for class org.springframework.integration.file.config.FileListFilterFactoryBean
 
FileLocker - Interface in org.springframework.integration.file.locking
A FileLocker is a strategy that can ensure that files are only processed a single time.
FILENAME - Static variable in class org.springframework.integration.file.FileHeaders
 
FileNameGenerator - Interface in org.springframework.integration.file
Strategy interface for generating a file name from a message.
FileNamespaceHandler - Class in org.springframework.integration.file.config
Namespace handler for Spring Integration's 'file' namespace.
FileNamespaceHandler() - Constructor for class org.springframework.integration.file.config.FileNamespaceHandler
 
FileOutboundChannelAdapterParser - Class in org.springframework.integration.file.config
Parser for the <outbound-channel-adapter/> element of the 'file' namespace.
FileOutboundChannelAdapterParser() - Constructor for class org.springframework.integration.file.config.FileOutboundChannelAdapterParser
 
FileOutboundGatewayParser - Class in org.springframework.integration.file.config
Parser for the 'outbound-gateway' element of the file namespace.
FileOutboundGatewayParser() - Constructor for class org.springframework.integration.file.config.FileOutboundGatewayParser
 
FileReadingMessageSource - Class in org.springframework.integration.file
MessageSource that creates messages from a file system directory.
FileReadingMessageSource() - Constructor for class org.springframework.integration.file.FileReadingMessageSource
Creates a FileReadingMessageSource with a naturally ordered queue of unbounded capacity.
FileReadingMessageSource(int) - Constructor for class org.springframework.integration.file.FileReadingMessageSource
Creates a FileReadingMessageSource with a bounded queue of the given capacity.
FileReadingMessageSource(Comparator<File>) - Constructor for class org.springframework.integration.file.FileReadingMessageSource
Creates a FileReadingMessageSource with a PriorityBlockingQueue ordered with the passed in Comparator

The size of the queue used should be large enough to hold all the files in the input directory in order to sort all of them, so restricting the size of the queue is mutually exclusive with ordering.

FileReadingMessageSourceFactoryBean - Class in org.springframework.integration.file.config
 
FileReadingMessageSourceFactoryBean() - Constructor for class org.springframework.integration.file.config.FileReadingMessageSourceFactoryBean
 
FileToByteArrayTransformer - Class in org.springframework.integration.file.transformer
A payload transformer that copies a File's contents to a byte array.
FileToByteArrayTransformer() - Constructor for class org.springframework.integration.file.transformer.FileToByteArrayTransformer
 
FileToByteArrayTransformerParser - Class in org.springframework.integration.file.config
Parser for the <file-to-bytes-transformer> element.
FileToByteArrayTransformerParser() - Constructor for class org.springframework.integration.file.config.FileToByteArrayTransformerParser
 
FileToStringTransformer - Class in org.springframework.integration.file.transformer
A payload transformer that copies a File's contents to a String.
FileToStringTransformer() - Constructor for class org.springframework.integration.file.transformer.FileToStringTransformer
 
FileToStringTransformerParser - Class in org.springframework.integration.file.config
Parser for the <file-to-string-transformer> element.
FileToStringTransformerParser() - Constructor for class org.springframework.integration.file.config.FileToStringTransformerParser
 
FileWritingMessageHandler - Class in org.springframework.integration.file
A MessageHandler implementation that writes the Message payload to a file.
FileWritingMessageHandler(Resource) - Constructor for class org.springframework.integration.file.FileWritingMessageHandler
 
FileWritingMessageHandlerFactoryBean - Class in org.springframework.integration.file.config
 
FileWritingMessageHandlerFactoryBean() - Constructor for class org.springframework.integration.file.config.FileWritingMessageHandlerFactoryBean
 
Filter - Annotation Type in org.springframework.integration.annotation
Indicates that a method is capable of playing the role of a Message Filter.
FilterAnnotationPostProcessor - Class in org.springframework.integration.config.annotation
Post-processor for Methods annotated with @Filter.
FilterAnnotationPostProcessor(ListableBeanFactory) - Constructor for class org.springframework.integration.config.annotation.FilterAnnotationPostProcessor
 
FilterFactoryBean - Class in org.springframework.integration.config
Factory bean for creating a Message Filter.
FilterFactoryBean() - Constructor for class org.springframework.integration.config.FilterFactoryBean
 
filterFiles(File[]) - Method in class org.springframework.integration.file.AbstractFileListFilter
Filters out files and returns the files that are left in a list, or an empty list when a null is passed in.
filterFiles(File[]) - Method in class org.springframework.integration.file.CompositeFileListFilter
Filters out files and returns the files that are left in a list, or an empty list when a null is passed in.
filterFiles(File[]) - Method in interface org.springframework.integration.file.FileListFilter
Filters out files and returns the files that are left in a list, or an empty list when a null is passed in.
FilterParser - Class in org.springframework.integration.config.xml
Parser for the <filter/> element.
FilterParser() - Constructor for class org.springframework.integration.config.xml.FilterParser
 
findClosestMatch(Class<?>, Set<Class<?>>, boolean) - Static method in class org.springframework.integration.util.ClassUtils
 
FORMAT_CRLF - Static variable in interface org.springframework.integration.ip.tcp.MessageFormats
Message has format '<message>\r\n'.
FORMAT_CUSTOM - Static variable in interface org.springframework.integration.ip.tcp.MessageFormats
Message has custom format.
FORMAT_LENGTH_HEADER - Static variable in interface org.springframework.integration.ip.tcp.MessageFormats
Message has format '<length><message>'.
FORMAT_STX_ETX - Static variable in interface org.springframework.integration.ip.tcp.MessageFormats
Message has format 'STX<message>ETX'.
FROM - Static variable in class org.springframework.integration.mail.MailHeaders
 
fromHeaders(MessageHeaders, Message) - Method in class org.springframework.integration.jms.DefaultJmsHeaderMapper
 
fromHeaders(MessageHeaders, Message) - Method in interface org.springframework.integration.jms.JmsHeaderMapper
 
fromMessage(Message<?>) - Method in class org.springframework.integration.gateway.AbstractMessagingGateway
Subclasses must implement this to map from a Message to an Object.
fromMessage(Message<?>) - Method in class org.springframework.integration.gateway.SimpleMessageMapper
Returns the Message payload (or null if the Message is null).
fromMessage(Message<?>) - Method in class org.springframework.integration.gateway.SimpleMessagingGateway
 
fromMessage(Message<?>) - Method in class org.springframework.integration.http.DefaultOutboundRequestMapper
 
fromMessage(Message<?>) - Method in class org.springframework.integration.ip.tcp.SimpleTcpNetInboundGateway
 
fromMessage(Message<?>) - Method in class org.springframework.integration.ip.tcp.SocketMessageMapper
 
fromMessage(Message<?>) - Method in class org.springframework.integration.ip.udp.DatagramPacketMessageMapper
Raw byte[] from message, possibly with a length field up front.
fromMessage(Message) - Method in class org.springframework.integration.jms.HeaderMappingMessageConverter
Converts from a JMS Message to an integration Message.
fromMessage(Message<?>) - Method in class org.springframework.integration.json.OutboundJsonMessageMapper
 
fromMessage(Message<T>) - Static method in class org.springframework.integration.message.MessageBuilder
Create a builder for a new Message instance pre-populated with all of the headers copied from the provided message.
fromMessage(Message<?>) - Method in interface org.springframework.integration.message.OutboundMessageMapper
 

A B C D E F G H I J K L M N O P Q R S T U V W X