Class NoticeSyndicationService
java.lang.Object
org.deltava.service.WebService
org.deltava.service.rss.SyndicationService
org.deltava.service.rss.NoticeSyndicationService
A Web Service to display a Notice to Airmen (NOTAM) RSS feed.
- Since:
- 1.0
- Version:
- 12.2
- Author:
- Luke
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintexecute(ServiceContext ctx) Executes the Web Service, returning an RSS data stream.Methods inherited from class SyndicationService
getCount, initRSSMethods inherited from class WebService
error, error, error, isLogged, isSecureModifier and TypeMethodDescriptionprotected static ServiceExceptionCreates a ServiceException.protected static ServiceExceptionCreates a ServiceException.protected static ServiceExceptionCreates a ServiceException.booleanisLogged()Returns whether this web service calls are logged.booleanisSecure()Returns whether this web service requires authentication.
-
Constructor Details
-
NoticeSyndicationService
public NoticeSyndicationService()
-
-
Method Details
-
execute
Executes the Web Service, returning an RSS data stream.- Specified by:
executein classWebService- Parameters:
ctx- the Web Service context- Returns:
- the HTTP status code
- Throws:
ServiceException- if an error occurs
-