Package org.vfny.geoserver.responses.wfs

Manages all of the top-level WFS responses.

See:
          Description

Class Summary
Capabilities DOCUMENT ME!
DescribeResponse Handles a DescribeFeatureType request and creates a DescribeFeatureType response GML string.
FeatureResponse Handles a Get Feature request and creates a Get Feature response GML string.
FeatureResponseTest This is my attempt at testing FeatureResponse using normal JUnit tests.
LockResponse Handles a Lock request and creates a LockResponse string.
TransactionResponse Handles a Transaction request and creates a TransactionResponse string.
WFSCapabilitiesResponse DOCUMENT ME!
WfsCapabilitiesResponseHandler Handles a Wfs specific sections of the capabilities response.
WfsTransResponse Java representation of a WFS_TransactionResponse xml element.
 

Exception Summary
WfsTransactionException This exception can turn itself into the appropriate WFS_TransactionResponse xml, allowing transaction classes to throw exceptions that can be reported back to the clients.
 

Package org.vfny.geoserver.responses.wfs Description

Manages all of the top-level WFS responses.

Thse responses directly corraspond to the response documents defined by the OGC WFS Specificaiton.