org.deltava.service.navdata
Class TerminalRouteService

java.lang.Object
  extended by org.deltava.service.WebService
      extended by org.deltava.service.navdata.DispatchDataService
          extended by org.deltava.service.navdata.TerminalRouteService

public class TerminalRouteService
extends DispatchDataService

A Web Service to display Terminal Route data to ACARS dispatch clients.

Since:
2.0
Version:
2.3
Author:
Luke

Field Summary
 
Fields inherited from class org.deltava.service.navdata.DispatchDataService
_dataCache
 
Constructor Summary
TerminalRouteService()
           
 
Method Summary
 int execute(ServiceContext ctx)
          Executes the Web Service.
 boolean isSecure()
          Returns whether this web service requires authentication.
 
Methods inherited from class org.deltava.service.navdata.DispatchDataService
addCacheEntry, invalidate, sendFile
 
Methods inherited from class org.deltava.service.WebService
error, error, error, getCount, isLogged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TerminalRouteService

public TerminalRouteService()
Method Detail

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 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.