NASA World Wind

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

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

public class QueryUtils
extends Object


Constructor Summary
QueryUtils()
           
 
Method Summary
static void executeQuery(CSWConnection conn, Request request, ResponseParser response)
           
static void executeQueryLogExceptions(CSWConnection conn, Request request, ResponseParser response, ESGResultModel resultModel)
           
static String getExceptionText(ExceptionType e)
           
static void logExceptionReport(ExceptionReport exceptionReport)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryUtils

public QueryUtils()
Method Detail

executeQuery

public static void executeQuery(CSWConnection conn,
                                Request request,
                                ResponseParser response)
                         throws Exception
Throws:
Exception

executeQueryLogExceptions

public static void executeQueryLogExceptions(CSWConnection conn,
                                             Request request,
                                             ResponseParser response,
                                             ESGResultModel resultModel)

getExceptionText

public static String getExceptionText(ExceptionType e)

logExceptionReport

public static void logExceptionReport(ExceptionReport exceptionReport)

NASA World Wind