deegree 2.5 (2011/06/29 09:44 build-8-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(java.util.Map<java.lang.String,java.lang.String> model)
          Creates a Transaction request from a key-value-pair encoding of the parameters contained in the given Map.
static Transaction Transaction.create(java.lang.String id, org.w3c.dom.Element root)
          Creates a Transaction instance from a document that contains the DOM representation of the request.
static Transaction Transaction.create(java.lang.String id, java.lang.String request)
          Creates a Transaction request from a key-value-pair encoding of the parameters contained in the passed variable 'request'.
 Transaction TransactionDocument.parse(java.lang.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, java.util.List<InsertResults> insertResults)
          Creates a new TransactionResponse instance from the given parameters.
TransactionResponse(Transaction transaction, int totalInserted, int totalUpdated, int totalDeleted, java.util.List<InsertResults> insertResults, java.util.List<java.lang.Exception> exceptions)
           
 


deegree 2.5 (2011/06/29 09:44 build-8-official)

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