Execute Transaction request.
The results of this opperation are stored for use by writeTo:
- transaction: used by abort & writeTo to commit/rollback
- request: used for users getHandle information to report errors
- stores: FeatureStores required for Transaction
- failures: List of failures produced
Because we are using geotools2 locking facilities our modification will
simply fail with IOException if we have not provided proper
authorization.
The specification allows a WFS to implement PARTIAL sucess if it is
unable to rollback all the requested changes. This implementation is able
to offer full Rollback support and will not require the use of PARTIAL
success.
Parameters: transactionRequest - throws: ServiceException - DOCUMENT ME! throws: WfsException - throws: WfsTransactionException - DOCUMENT ME! |