org.deltava.service.navdata
Class AirportTerminalRouteService
java.lang.Object
org.deltava.service.WebService
org.deltava.service.navdata.AirportTerminalRouteService
public class AirportTerminalRouteService
- extends WebService
A Web Service to display all Terminal Routes for an Airport.
- Since:
- 2.1
- Version:
- 2.3
- Author:
- Luke
|
Method Summary |
int |
execute(ServiceContext ctx)
Executes the Web Service. |
boolean |
isLogged()
Returns whether this web service calls are logged. |
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 |
AirportTerminalRouteService
public AirportTerminalRouteService()
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
isLogged
public final boolean isLogged()
- Returns whether this web service calls are logged. High volume services like the Map/ServInfo route services will
not be logged.
- Overrides:
isLogged in class WebService
- Returns:
- TRUE if invocation logging should be performed by the servlet, otherwise FALSE
Copyright © 2004-2009 Global Virtual Airlines Group. All Rights Reserved.