Uses of Interface
org.deegree.services.wcts.protocol.GetCapabilitiesResponse

Packages that use GetCapabilitiesResponse
org.deegree_impl.services.wcts.protocol   
 

Uses of GetCapabilitiesResponse in org.deegree_impl.services.wcts.protocol
 

Classes in org.deegree_impl.services.wcts.protocol that implement GetCapabilitiesResponse
 class GetCapabilitiesResponse_Impl
          The response of an GetCapabilities-Request is a XML-Document which is according in its structure to the Capabilities-documents of the WFS or the WMS 1.1.1 The root-element of the Capabilities-document is the <CTS_Capabilities>.
 

Methods in org.deegree_impl.services.wcts.protocol that return GetCapabilitiesResponse
static GetCapabilitiesResponse WCTS_ProtocolFactory.createGetCapabilitiesResponse(OGCWebServiceRequest request, OGCWebServiceException exception, java.lang.String capabilities)