org.deegree_impl.services.wcas.capabilities
Class Transaction_Impl

java.lang.Object
  extended byorg.deegree_impl.services.wcas.capabilities.RequestType_Impl
      extended byorg.deegree_impl.services.wcas.capabilities.Transaction_Impl
All Implemented Interfaces:
RequestType, Transaction

public class Transaction_Impl
extends RequestType_Impl
implements Transaction

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. XMLSCHEMA is the only mandatory language that must be available. The SCHEMALANGUAGES entity can be redefined to include vendor specific languages.

-----------------------------------------------------

Version:
$Revision: 1.2 $ $Date: 2004/01/08 09:50:23 $
Author:
Axel Schaefer

Field Summary
 
Fields inherited from class org.deegree_impl.services.wcas.capabilities.RequestType_Impl
 
Constructor Summary
(package private) Transaction_Impl(DCPType[] dcpTypes)
           
 
Methods inherited from class org.deegree_impl.services.wcas.capabilities.RequestType_Impl
addDCPType, getDCPTypes, setDCPTypes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.deegree.services.wcas.capabilities.RequestType
getDCPTypes
 

Constructor Detail

Transaction_Impl

Transaction_Impl(DCPType[] dcpTypes)