org.deegree_impl.services.wcts.protocol
Class GetCapabilitiesResponse_Impl

java.lang.Object
  extended byorg.deegree_impl.services.OGCWebServiceResponse_Impl
      extended byorg.deegree_impl.services.wcts.protocol.GetCapabilitiesResponse_Impl
All Implemented Interfaces:
GetCapabilitiesResponse, OGCWebServiceResponse

public class GetCapabilitiesResponse_Impl
extends OGCWebServiceResponse_Impl
implements GetCapabilitiesResponse

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

Field Summary
private  java.lang.String capabilities
           
 
Fields inherited from class org.deegree_impl.services.OGCWebServiceResponse_Impl
 
Constructor Summary
(package private) GetCapabilitiesResponse_Impl(OGCWebServiceRequest request, org.w3c.dom.Document exception, java.lang.String capabilities)
          constructor of the CTS_CapabilitiesResponse
 
Method Summary
 java.lang.String getCapabilities()
          gets the CTS_Capabilities
 void setCapabilities(java.lang.String capabilities)
          sets the CTS_Capabilities
 
Methods inherited from class org.deegree_impl.services.OGCWebServiceResponse_Impl
getException, getRequest, setException, setRequest, 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.OGCWebServiceResponse
getException, getRequest, setException, setRequest
 

Field Detail

capabilities

private java.lang.String capabilities
Constructor Detail

GetCapabilitiesResponse_Impl

GetCapabilitiesResponse_Impl(OGCWebServiceRequest request,
                             org.w3c.dom.Document exception,
                             java.lang.String capabilities)
constructor of the CTS_CapabilitiesResponse

Method Detail

getCapabilities

public java.lang.String getCapabilities()
gets the CTS_Capabilities

Specified by:
getCapabilities in interface GetCapabilitiesResponse

setCapabilities

public void setCapabilities(java.lang.String capabilities)
sets the CTS_Capabilities