org.deltava.service.stats
Class MyFlightsService
java.lang.Object
org.deltava.service.WebService
org.deltava.service.stats.MyFlightsService
public class MyFlightsService
- extends WebService
A Web Service to display a Pilot's Flight Report statistics to an Ampie Flash chart.
- Since:
- 2.1
- Version:
- 3.0
- 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 |
MyFlightsService
public MyFlightsService()
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.