Uses of Interface
org.deegree.services.wfs.capabilities.Transaction

Packages that use Transaction
org.deegree_impl.services.wfs.capabilities   
org.deegree.services.wfs.capabilities   
 

Uses of Transaction in org.deegree_impl.services.wfs.capabilities
 

Classes in org.deegree_impl.services.wfs.capabilities that implement Transaction
(package private)  class Transaction_Impl
          The %lt;DescribeFeatureType> tag isused to indicate what schema description languages can be used to describe the schema of a feature type when a client requests such a description.
 

Fields in org.deegree_impl.services.wfs.capabilities declared as Transaction
private  Transaction Request_Impl.transaction
           
 

Methods in org.deegree_impl.services.wfs.capabilities that return Transaction
 Transaction Request_Impl.getTransaction()
          The <Transaction> element is included to define the available distributed computing platforms for this interface.
 

Methods in org.deegree_impl.services.wfs.capabilities with parameters of type Transaction
 void Request_Impl.setTransaction(Transaction transaction)
          sets the
 

Constructors in org.deegree_impl.services.wfs.capabilities with parameters of type Transaction
Request_Impl(GetCapabilities getCapabilities, DescribeFeatureType describeFeatureType, Transaction transaction, GetFeature getFeature, GetFeatureWithLock getFeatureWithLock, LockFeature lockFeature)
          constructor initializing the class with the
 

Uses of Transaction in org.deegree.services.wfs.capabilities
 

Methods in org.deegree.services.wfs.capabilities that return Transaction
 Transaction Request.getTransaction()
          The <Transaction> element is included to define the available distributed computing platforms for this interface.