Class NewsSyndicationService
java.lang.Object
org.deltava.service.WebService
org.deltava.service.rss.NewsSyndicationService
A Web Service to display a System News RSS feed.
- Since:
- 1.0
- Version:
- 10.6
- Author:
- Luke
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
execute
(ServiceContext ctx) Executes the Web Service, returning an RSS data stream.
-
Constructor Details
-
NewsSyndicationService
public NewsSyndicationService()
-
-
Method Details
-
execute
Executes the Web Service, returning an RSS data stream.- Specified by:
execute
in classWebService
- Parameters:
ctx
- the Web Service context- Returns:
- the HTTP status code
- Throws:
ServiceException
- if an error occurs
-