org.deegree.services.wcts.protocol
Interface GetCapabilitiesResponse
- All Superinterfaces:
- OGCWebServiceResponse
- All Known Implementing Classes:
- GetCapabilitiesResponse_Impl
- public interface GetCapabilitiesResponse
- extends OGCWebServiceResponse
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>.
It contains toe
It contains two elements of which the first one serves the general descritpion
of the service and the second one desribes the operation which the server
can transact.
----------------------------------------------------------------------
- Version:
- 2002-07-29
- Author:
- Andreas Poth
Method Summary |
java.lang.String |
getCapabilities()
gets the capabilties XML-document as a String |
getCapabilities
public java.lang.String getCapabilities()
- gets the capabilties XML-document as a String