org.deegree_impl.services.wcts.capabilities
Class CTS_Capabilities_Impl

java.lang.Object
  extended byorg.deegree_impl.services.capabilities.OGCWebServiceCapabilities_Impl
      extended byorg.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

Field Summary
private  Capability capability
           
 
Fields inherited from class org.deegree_impl.services.capabilities.OGCWebServiceCapabilities_Impl
 
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
 
Method Summary
 java.lang.String exportAsXML()
          returns an XML representation of the capabilities
 Capability getCapability()
          gets the capability
 void setCapability(Capability capability)
          sets the capability
 java.lang.String toString()
           
 
Methods inherited from class org.deegree_impl.services.capabilities.OGCWebServiceCapabilities_Impl
getService, getUpdateSequence, getVersion, setService, setUpdateSequence, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.deegree.services.capabilities.OGCWebServiceCapabilities
getService, getUpdateSequence, getVersion
 

Field Detail

capability

private Capability capability
Constructor Detail

CTS_Capabilities_Impl

CTS_Capabilities_Impl(java.lang.String version,
                      java.lang.String updateSequence,
                      Service service,
                      Capability capability)
constructor initializing the class with the

Method Detail

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: