Uses of Class
org.deegree.services.csw.transaction.Transaction

Packages that use Transaction
org.deegree.services.csw.exporthandling   
org.deegree.services.csw.security   
org.deegree.services.csw.transaction   
 

Uses of Transaction in org.deegree.services.csw.exporthandling
 

Methods in org.deegree.services.csw.exporthandling with parameters of type Transaction
 void TransactionHandler.doTransaction(Transaction trans, HttpResponseBuffer response)
          Preprocessing for the export of a Transaction request
 

Uses of Transaction in org.deegree.services.csw.security
 

Methods in org.deegree.services.csw.security that return Transaction
 Transaction CSWSecurityManager.preprocess(Transaction transaction, Credentials creds, boolean isSoap)
           
 Transaction DummyCSWSecurityManager.preprocess(Transaction transaction, Credentials creds, boolean isSoap)
           
 

Methods in org.deegree.services.csw.security with parameters of type Transaction
 Transaction CSWSecurityManager.preprocess(Transaction transaction, Credentials creds, boolean isSoap)
           
 Transaction DummyCSWSecurityManager.preprocess(Transaction transaction, Credentials creds, boolean isSoap)
           
 

Uses of Transaction in org.deegree.services.csw.transaction
 

Methods in org.deegree.services.csw.transaction that return Transaction
static Transaction TransactionKVPAdapter.parse(java.util.Map<java.lang.String,java.lang.String> kvpParams)
          Parses a normalized KVP-map as a CSW Transaction request.
 Transaction TransactionXMLAdapter.parse(org.deegree.commons.tom.ows.Version version)
          Parses the Transaction XML request by deciding which version has to be parsed because of the requested version.
 



Copyright © 2011. All Rights Reserved.