org.deegree.services.wcts.protocol
Interface GetCapabilitiesRequest

All Superinterfaces:
OGCWebServiceRequest
All Known Implementing Classes:
GetCapabilitiesRequest_Impl

public interface GetCapabilitiesRequest
extends OGCWebServiceRequest

With the GetCapabilities-Request the client determines which characteristics of the services - especially the transform-request - are supported by the service. In any case, the capabilities of the service are requestable by the HTTP-Post.

In case of a HTTP-Get request the coding is executed with name-value-pair: http://www.deegree.org/cts?VERSION=1.0.0&REQUEST=GetCapabilities

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

Version:
2002-07-29
Author:
Andreas Poth

Method Summary
 java.lang.String getService()
          gets the service-attribute
 java.lang.String getVersion()
          gets the version-attribute
 
Methods inherited from interface org.deegree.services.OGCWebServiceRequest
getId, getRequest, getRequestParameter, getVendorSpecificParameter, getVendorSpecificParameters
 

Method Detail

getVersion

public java.lang.String getVersion()
gets the version-attribute

Specified by:
getVersion in interface OGCWebServiceRequest

getService

public java.lang.String getService()
gets the service-attribute

Specified by:
getService in interface OGCWebServiceRequest