Package org.vfny.geoserver.servlets.wfs

Provides Servlets for the GeoServer Web Feature Server implementation.

See:
          Description

Class Summary
Capabilities Implements the WFS GetCapabilities interface, which tells clients what the server can do.
Describe Implements the WFS DescribeFeatureTypes inteface, which tells clients the schema for each feature type.
Feature Implements the WFS GetFeature interface, which responds to requests for GML.
FeatureWithLock Implements the WFS GetFeatureWithLock interface, which responds to requests for GML, locking the features as well.
Lock Implements the WFS Lock interface, which performs insert, update and delete functions on the dataset.
TestWfsPost Simple tester for WFS post requests.
Transaction Implements the WFS Transaction interface, which performs insert, update and delete functions on the dataset.
WfsDispatcher Routes requests made at the top-level URI to appropriate interface servlet.
 

Package org.vfny.geoserver.servlets.wfs Description

Provides Servlets for the GeoServer Web Feature Server implementation.

There is one Servelet for each Web Feature Server response. These servlets should extend WFSService and provide the mapping of Handler, Request and Response required for the Service.