org.vfny.geoserver.wfs.requests.FeatureWithLockRequest
Implements the WFS GetFeatureWithLock interface, which responds to requests for GML and locks the features. It extends GetFeature with the ability to turn itself into a lock request, and with an expiry element. The lockAction didn't make it in to the 1.0 spec, as far as I can tell, but will likely be a part of the next one, so that will have to be added, but should be trivial, as it's already a part of lockRequest.
@author Chris Holmes, TOPP
@version $Id: FeatureWithLockRequest.java,v 1.7 2004/02/09 23:29:41 dmzwiers Exp $