org.deegree.services.wts.protocol
Interface WTSGetCapabilitiesResponse

All Superinterfaces:
OGCWebServiceResponse
All Known Implementing Classes:
WTSGetCapabilitiesResponse_Impl

public interface WTSGetCapabilitiesResponse
extends OGCWebServiceResponse

Version:
$Revision: 1.2 $
Author:
$author$

Method Summary
 WTSCapabilities getCapabilities()
          returns the capabilities as result of an GetCapabilities request.
 
Methods inherited from interface org.deegree.services.OGCWebServiceResponse
getException, getRequest, setException, setRequest
 

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.