Package org.vfny.geoserver

Contains all interface servlets, one for each WFS response.

See:
          Description

Interface Summary
ExceptionHandler DOCUMENT ME!
 

Class Summary
EmbeddedTomcat This class handles the starting and stopping of the embedded Tomcat server.
WfsExceptionHandler ServiceConfig exception handler for WFS services GR: should we rename it? ExceptionHandler don't seems appropiate.
WmsExceptionHandler ServiceConfig exception handler for WMS services
 

Exception Summary
ServiceException Represents a standard OGC service exception.
WfsException This defines an exception that can be turned into a valid xml service exception that wfs clients will expect.
WmsException This defines an exception that can be turned into a valid xml service exception that wms clients will expect.
 

Package org.vfny.geoserver Description

Contains all interface servlets, one for each WFS response.

This appears out of date. Appears to have tomcat and execption handling 12/17/03 dz.

GeoServer Exception revolves around the ability of ServiceException to turn itself into a propert XML response document.

We have chosen to embed a version of Tomcat to provide an easier setup process for new users.