@PropertySource(value="classpath:endpoint.properties") @Repository public class RssToJsonDaoImpl extends Object implements RssToJsonDao
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
RssToJsonDaoImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.rometools.rome.feed.synd.SyndFeed |
getRssFeed(String feedEndpoint) |
@Cacheable(cacheNames="feeds",
sync=true)
public com.rometools.rome.feed.synd.SyndFeed getRssFeed(String feedEndpoint)
getRssFeed in interface RssToJsonDaoCopyright © 2018 Pivotal Software, Inc.. All rights reserved.