- Feed - Class in org.springframework.integration.feed.dsl
-
The Spring Integration Feed components Factory.
- FeedEntryMessageSource - Class in org.springframework.integration.feed.inbound
-
This implementation of MessageSource will produce individual
SyndEntrys for a feed identified with the 'feedUrl' attribute.
- FeedEntryMessageSource(URL, String) - Constructor for class org.springframework.integration.feed.inbound.FeedEntryMessageSource
-
Creates a FeedEntryMessageSource that will use a HttpURLFeedFetcher to read feeds from the given URL.
- FeedEntryMessageSource(Resource, String) - Constructor for class org.springframework.integration.feed.inbound.FeedEntryMessageSource
-
Creates a FeedEntryMessageSource that will read feeds from the given Resource.
- FeedEntryMessageSourceSpec - Class in org.springframework.integration.feed.dsl
-
- FeedInboundChannelAdapterParser - Class in org.springframework.integration.feed.config
-
Handles parsing the configuration for the feed inbound-channel-adapter.
- FeedInboundChannelAdapterParser() - Constructor for class org.springframework.integration.feed.config.FeedInboundChannelAdapterParser
-
- FeedNamespaceHandler - Class in org.springframework.integration.feed.config
-
NamespaceHandler for the feed module.
- FeedNamespaceHandler() - Constructor for class org.springframework.integration.feed.config.FeedNamespaceHandler
-