org.deegree_impl.services.wcts.protocol
Class GetCapabilitiesRequest_Impl

java.lang.Object
  extended byorg.deegree_impl.services.OGCWebServiceRequest_Impl
      extended byorg.deegree_impl.services.wcts.protocol.GetCapabilitiesRequest_Impl
All Implemented Interfaces:
GetCapabilitiesRequest, OGCWebServiceRequest

public class GetCapabilitiesRequest_Impl
extends OGCWebServiceRequest_Impl
implements GetCapabilitiesRequest

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

Field Summary
 
Fields inherited from class org.deegree_impl.services.OGCWebServiceRequest_Impl
id, request, service, vendorSpecificParameter, version
 
Constructor Summary
(package private) GetCapabilitiesRequest_Impl(java.lang.String id, java.lang.String version, java.util.HashMap vendorSpecificParameter)
          constructor of the GetCapabilitiesRequest
 
Methods inherited from class org.deegree_impl.services.OGCWebServiceRequest_Impl
getId, getRequest, getRequestParameter, getService, getVendorSpecificParameter, getVendorSpecificParameters, getVersion, putVendorSpecificParameter, setId, setRequest, setService, setVendorSpecificParameter, setVersion, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.deegree.services.wcts.protocol.GetCapabilitiesRequest
getService, getVersion
 
Methods inherited from interface org.deegree.services.OGCWebServiceRequest
getId, getRequest, getRequestParameter, getVendorSpecificParameter, getVendorSpecificParameters
 

Constructor Detail

GetCapabilitiesRequest_Impl

GetCapabilitiesRequest_Impl(java.lang.String id,
                            java.lang.String version,
                            java.util.HashMap vendorSpecificParameter)
constructor of the GetCapabilitiesRequest