org.deltava.service.wx
Class TAFService
java.lang.Object
org.deltava.service.WebService
org.deltava.service.wx.TAFService
public class TAFService
- extends WebService
A Web Service to fetch Terminal Area Forecast data.
- Since:
- 2.3
- Version:
- 2.7
- Author:
- Luke
|
Method Summary |
int |
execute(ServiceContext ctx)
Executes the Web Service. |
boolean |
isSecure()
Returns whether this web service requires authentication. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TAFService
public TAFService()
execute
public int execute(ServiceContext ctx)
throws ServiceException
- Executes the Web Service.
- Specified by:
execute in class WebService
- Parameters:
ctx - the Web Service Context
- Returns:
- the HTTP status code
- Throws:
ServiceException - if an error occurs
isSecure
public final boolean isSecure()
- Returns whether this web service requires authentication.
- Overrides:
isSecure in class WebService
- Returns:
- TRUE always
Copyright © 2004-2009 Global Virtual Airlines Group. All Rights Reserved.