deegree 2.3 (2010/04/09 10:10 build-4-official)

Uses of Class
org.deegree.ogcwebservices.wfs.operation.transaction.Transaction

Packages that use Transaction
org.deegree.ogcwebservices.wfs Web Feature Service (OGC WFS Version 1.1.0). 
org.deegree.ogcwebservices.wfs.operation.transaction   
 

Uses of Transaction in org.deegree.ogcwebservices.wfs
 

Methods in org.deegree.ogcwebservices.wfs with parameters of type Transaction
static TransactionDocument XMLFactory.export(Transaction transaction)
          Exports a Transaction instance to its XML representation.
 

Constructors in org.deegree.ogcwebservices.wfs with parameters of type Transaction
TransactionHandler(WFService service, Transaction request)
          Creates a new TransactionHandler instance.
 

Uses of Transaction in org.deegree.ogcwebservices.wfs.operation.transaction
 

Methods in org.deegree.ogcwebservices.wfs.operation.transaction that return Transaction
static Transaction Transaction.create(Map<String,String> model)
          Creates a Transaction request from a key-value-pair encoding of the parameters contained in the given Map.
static Transaction Transaction.create(String id, Element root)
          Creates a Transaction instance from a document that contains the DOM representation of the request.
static Transaction Transaction.create(String id, String request)
          Creates a Transaction request from a key-value-pair encoding of the parameters contained in the passed variable 'request'.
 Transaction TransactionDocument.parse(String id)
          Parses the underlying document into a Transaction request object.
 

Constructors in org.deegree.ogcwebservices.wfs.operation.transaction with parameters of type Transaction
TransactionResponse(Transaction transaction, int totalInserted, int totalUpdated, int totalDeleted, List<InsertResults> insertResults)
          Creates a new TransactionResponse instance from the given parameters.
TransactionResponse(Transaction transaction, int totalInserted, int totalUpdated, int totalDeleted, List<InsertResults> insertResults, List<Exception> exceptions)
           
 


deegree 2.3 (2010/04/09 10:10 build-4-official)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org