Uses of Interface
org.deegree.services.wcas.protocol.CASTransactionRequest

Packages that use CASTransactionRequest
org.deegree_impl.services.wcas   
org.deegree_impl.services.wcas.protocol   
 

Uses of CASTransactionRequest in org.deegree_impl.services.wcas
 

Methods in org.deegree_impl.services.wcas with parameters of type CASTransactionRequest
private  OGCWebServiceEvent[] WCASService_Impl.transformTransaction(CASTransactionRequest request)
          transforms a (WCAS) transaction request to one (WFS) transaction request and encapsulates it into one OGCWebServiceEvent
 

Uses of CASTransactionRequest in org.deegree_impl.services.wcas.protocol
 

Classes in org.deegree_impl.services.wcas.protocol that implement CASTransactionRequest
 class CASTransactionRequest_Impl
          The interface defines the access to the parts of a Transaction request.
 

Methods in org.deegree_impl.services.wcas.protocol that return CASTransactionRequest
 CASTransactionRequest CASProtocolFactory.createCASTransactionRequest(java.lang.String id, java.util.HashMap vendorSpecificParameter, java.lang.String lockId, java.lang.String handle, CASOperation[] operations)
          creates a CASTransactionRequest object.
static CASTransactionRequest CASProtocolFactory.createCASTransactionRequest(java.lang.String id, org.w3c.dom.Document doc)
          creates a CASTransactionRequest object.