- FeedEntryMessageSource - Class in org.springframework.integration.feed.inbound
-
This implementation of MessageSource
will produce individual
SyndEntry
s 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(URL, String, FeedFetcher) - Constructor for class org.springframework.integration.feed.inbound.FeedEntryMessageSource
-
Creates a FeedEntryMessageSource that will use the provided FeedFetcher to read from the given feed URL.
- 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
-