NASA World Wind

gov.nasa.worldwind.applications.gio.esg
Class GetServiceCommon

java.lang.Object
  extended by gov.nasa.worldwind.applications.gio.esg.GetServiceCommon

public class GetServiceCommon
extends Object


Nested Class Summary
protected static class GetServiceCommon.Request
           
 
Constructor Summary
GetServiceCommon(ESGResultModel resultModel)
           
 
Method Summary
protected  void doExecuteRequest(CSWConnection conn)
           
 void executeRequest(CSWConnectionPool connectionPool)
           
 GetServiceCommon.Request getRequest()
           
protected  void handleResponse(GetRecordsResponse response)
           
protected  void makeResultExceptions(ESGResultModel resultModel)
           
protected  void makeResultParams(ESGResultModel resultModel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetServiceCommon

public GetServiceCommon(ESGResultModel resultModel)
Method Detail

doExecuteRequest

protected void doExecuteRequest(CSWConnection conn)
                         throws Exception
Throws:
Exception

executeRequest

public void executeRequest(CSWConnectionPool connectionPool)
                    throws Exception
Throws:
Exception

getRequest

public GetServiceCommon.Request getRequest()
                                    throws Exception
Throws:
Exception

handleResponse

protected void handleResponse(GetRecordsResponse response)

makeResultExceptions

protected void makeResultExceptions(ESGResultModel resultModel)

makeResultParams

protected void makeResultParams(ESGResultModel resultModel)

NASA World Wind