org.exoplatform.company.component.web
Class RssReaderCompanyService
java.lang.Object
org.exoplatform.company.component.web.RssReaderCompanyService
- All Implemented Interfaces:
- org.picocontainer.Startable
public class RssReaderCompanyService
- extends java.lang.Object
- implements org.picocontainer.Startable
Created by The eXo Platform SAS
Author : Nam Phung
|
Constructor Summary |
RssReaderCompanyService(org.exoplatform.container.xml.InitParams initParams,
org.exoplatform.services.cache.CacheService cacheSevice)
|
|
Method Summary |
java.util.List<org.exoplatform.services.rss.parser.DefaultRSSItem> |
getRssListItems()
|
void |
start()
|
void |
stop()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RssReaderCompanyService
public RssReaderCompanyService(org.exoplatform.container.xml.InitParams initParams,
org.exoplatform.services.cache.CacheService cacheSevice)
throws java.lang.Exception
- Throws:
java.lang.Exception
start
public void start()
- Specified by:
start in interface org.picocontainer.Startable
getRssListItems
public java.util.List<org.exoplatform.services.rss.parser.DefaultRSSItem> getRssListItems()
throws java.lang.Exception
- Throws:
java.lang.Exception
stop
public void stop()
- Specified by:
stop in interface org.picocontainer.Startable
Copyright © 2010 eXo Platform SAS. All Rights Reserved.