org.deltava.service.wx
Class TAFService

java.lang.Object
  extended by org.deltava.service.WebService
      extended by 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

Constructor Summary
TAFService()
           
 
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.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

TAFService

public TAFService()
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 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.