org.deegree.services.wms.protocol
Interface WMSGetCapabilitiesResponse

All Superinterfaces:
OGCWebServiceResponse
All Known Implementing Classes:
WMSGetCapabilitiesResponse_Impl

public interface WMSGetCapabilitiesResponse
extends OGCWebServiceResponse

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

Method Summary
 WMSCapabilities 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 WMSCapabilities 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.