Package org.vfny.geoserver.requests

Handles all of the request processing for GeoServer.

See:
          Description

Class Summary
CapabilitiesHandler A SAX content handler that acquires a GetCapabilities request from an incoming XML stream.
CapabilitiesRequest This class enforces a standard interface for GetCapabilities requests.
CapabilitiesSuite Tests the get capabilities request handling.
DeleteSuite Tests the Delete request handling.
DescribeSuite Tests the get capabilities request handling.
FeatureSuite Tests the get feature request handling.
FilterHandlerImpl Minimal class to implement the FilterHandler interface.
InsertSuite Tests the Insert request handling.
LockSuite Tests the lock feature request handling.
Query Provides an internal, generic representation of a query component to a Feature request.
Request Defines a general Request type and provides accessor methods for universal request information.
Requests Utility methods helpful when processing GeoServer Requests.
RequestTestCase Abstract test case to run request tests.
TransactionSuite Tests the get feature request handling.
UpdateSuite Tests the Update request handling.
WFSRequest Defines a general WFS Request type
WMSRequest DOCUMENT ME!
 

Package org.vfny.geoserver.requests Description

Handles all of the request processing for GeoServer.

This package contains both the Handlers and the Request objects. Request Objects seem to act as a Data Transfer Object between the Handlers (which parse the client's request), and the Response (which executes their request, and formulates a response document).