gistoolkit.server.mapservice.adminextender.datasourcehandlers
Class RasterCatalogHandler

java.lang.Object
  extended bygistoolkit.server.mapservice.adminextender.datasourcehandlers.RasterCatalogHandler

public class RasterCatalogHandler
extends java.lang.Object

Class to handle the creation of the raster catalog data source, display the parameters, and handle the return values.


Constructor Summary
RasterCatalogHandler()
           
 
Method Summary
static void doGet(Request inRequest, Response inResponse, Server inServer, Service inService)
          handle requests.
static DataSource getDataSource(Request inRequest, Response inResponse, Server inServer, Service inService)
          Create the Data source.
static void showServicePage(Request inRequest, Response inResponse, Server inServer, Service inService)
          Show information only about the indicated server
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RasterCatalogHandler

public RasterCatalogHandler()
Method Detail

doGet

public static void doGet(Request inRequest,
                         Response inResponse,
                         Server inServer,
                         Service inService)
handle requests.


showServicePage

public static void showServicePage(Request inRequest,
                                   Response inResponse,
                                   Server inServer,
                                   Service inService)
Show information only about the indicated server


getDataSource

public static DataSource getDataSource(Request inRequest,
                                       Response inResponse,
                                       Server inServer,
                                       Service inService)
                                throws java.lang.Exception
Create the Data source.

Throws:
java.lang.Exception