org.deegree_impl.services.wts.protocol
Class WTSGetCapabilitiesResponse_Impl

java.lang.Object
  extended byorg.deegree_impl.services.OGCWebServiceResponse_Impl
      extended byorg.deegree_impl.services.wts.protocol.WTSGetCapabilitiesResponse_Impl
All Implemented Interfaces:
OGCWebServiceResponse, WTSGetCapabilitiesResponse

public final class WTSGetCapabilitiesResponse_Impl
extends OGCWebServiceResponse_Impl
implements WTSGetCapabilitiesResponse

Version:
$Revision: 1.5 $
Author:
Andreas Poth

Field Summary
 
Fields inherited from class org.deegree_impl.services.OGCWebServiceResponse_Impl
 
Constructor Summary
(package private) WTSGetCapabilitiesResponse_Impl()
          Creates a new WTSGetCapabilitiesResponse_Impl object.
 
Method Summary
 WTSCapabilities getCapabilities()
          returns the capabilities as result of an GetCapabilities request.
 
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
 

Constructor Detail

WTSGetCapabilitiesResponse_Impl

WTSGetCapabilitiesResponse_Impl()
Creates a new WTSGetCapabilitiesResponse_Impl object.

Method Detail

getCapabilities

public WTSCapabilities getCapabilities()
returns the capabilities as result of an GetCapabilities request. If an excption raised processing the request or the request has been invalid null will be returned.

Specified by:
getCapabilities in interface WTSGetCapabilitiesResponse