org.deegree_impl.services.wcts.capabilities
Class CTS_Capabilities_Impl
java.lang.Object
org.deegree_impl.services.capabilities.OGCWebServiceCapabilities_Impl
org.deegree_impl.services.wcts.capabilities.CTS_Capabilities_Impl
- All Implemented Interfaces:
- CTS_Capabilities, OGCWebServiceCapabilities
- public class CTS_Capabilities_Impl
- extends OGCWebServiceCapabilities_Impl
- implements CTS_Capabilities
The CTS_Capabilities are the fundamental elements of the capability documents.
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-10
- Author:
- Katharina Lupp
Constructor Summary |
(package private) |
CTS_Capabilities_Impl(java.lang.String version,
java.lang.String updateSequence,
Service service,
Capability capability)
constructor initializing the class with the |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
capability
private Capability capability
CTS_Capabilities_Impl
CTS_Capabilities_Impl(java.lang.String version,
java.lang.String updateSequence,
Service service,
Capability capability)
- constructor initializing the class with the
getCapability
public Capability getCapability()
- gets the capability
- Specified by:
getCapability
in interface CTS_Capabilities
setCapability
public void setCapability(Capability capability)
- sets the capability
exportAsXML
public java.lang.String exportAsXML()
- returns an XML representation of the capabilities
- Specified by:
exportAsXML
in interface OGCWebServiceCapabilities
toString
public java.lang.String toString()
- Returns: