NASA World Wind

gov.nasa.worldwind.applications.gio.gidb
Class GetServices

java.lang.Object
  extended by gov.nasa.worldwind.applications.gio.gidb.GetServices

public class GetServices
extends Object


Nested Class Summary
protected static class GetServices.ResponseParser
           
protected static class GetServices.ServerListParser
           
 
Constructor Summary
GetServices(AVList queryParams, ResultList resultList)
           
 
Method Summary
protected  void addServer(Server server)
           
protected  String cachePathFor(URL url)
           
protected  void doExecuteRequest(URL serviceURL)
           
 void executeRequest(URL serviceURL)
           
protected  URL fetchServerList(URL serviceURL)
           
protected  boolean isServerAccepted(Server server)
           
protected  void makeResultParams(GIDBResultModel resultModel)
           
protected  void parseServerList(URL serviceURL)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetServices

public GetServices(AVList queryParams,
                   ResultList resultList)
Method Detail

addServer

protected void addServer(Server server)

cachePathFor

protected String cachePathFor(URL url)

doExecuteRequest

protected void doExecuteRequest(URL serviceURL)
                         throws Exception
Throws:
Exception

executeRequest

public void executeRequest(URL serviceURL)
                    throws Exception
Throws:
Exception

fetchServerList

protected URL fetchServerList(URL serviceURL)
                       throws Exception
Throws:
Exception

isServerAccepted

protected boolean isServerAccepted(Server server)

makeResultParams

protected void makeResultParams(GIDBResultModel resultModel)

parseServerList

protected void parseServerList(URL serviceURL)
                        throws Exception
Throws:
Exception

NASA World Wind