org.deegree.services.wcas.capabilities
Interface Request

All Known Implementing Classes:
Request_Impl

public interface Request

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

Version:
$Revision: 1.1.1.1 $ $Date: 2002/09/25 16:01:56 $
Author:
Axel Schaefer

Method Summary
 DescribeRecordType getDescribeRecordType()
          The <DescribeFeatureType> tag isused toindicate what schema description languages can be used to describe the schema of a feature type when a client requests such a description.
 GetCapabilities getGetCapabilities()
          The <GetCapabilities> element is included to define the available distributed computing platforms for this interface.
 GetRecord getGetRecord()
          The <GetFeature> tag isused todefine the formats available for expressing the results of a query.
 LockRecord getLockRecord()
          The <LockFeature> element is included to define the available distributed computing platforms.
 RegisterService getRegisterService()
           
 Transaction getTransaction()
          The <Transaction> element is included to define the available distributed computing platforms for this interface.
 

Method Detail

getGetCapabilities

public GetCapabilities getGetCapabilities()
The <GetCapabilities> element is included to define the available distributed computing platforms for this interface.


getDescribeRecordType

public DescribeRecordType getDescribeRecordType()
The <DescribeFeatureType> tag isused toindicate 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.


getTransaction

public Transaction getTransaction()
The <Transaction> element is included to define the available distributed computing platforms for this interface.


getGetRecord

public GetRecord getGetRecord()
The <GetFeature> tag isused todefine the formats available for expressing the results of a query. The RESULTFORMATS entity defines the mandatory output format of GML but can be redefined to include additional vendor specific formats.


getLockRecord

public LockRecord getLockRecord()
The <LockFeature> element is included to define the available distributed computing platforms.


getRegisterService

public RegisterService getRegisterService()