org.deegree.services.wms.protocol
Interface WMSGetFeatureInfoResponse

All Superinterfaces:
OGCWebServiceResponse
All Known Implementing Classes:
WMSGetFeatureInfoResponse_Impl

public interface WMSGetFeatureInfoResponse
extends OGCWebServiceResponse

Version:
$Revision: 1.1 $
Author:
$author$

Method Summary
 java.lang.String getFeatureInfo()
          returns the feature info the corresponds to an feature info request.
 
Methods inherited from interface org.deegree.services.OGCWebServiceResponse
getException, getRequest, setException, setRequest
 

Method Detail

getFeatureInfo

public java.lang.String getFeatureInfo()
returns the feature info the corresponds to an feature info request. The format of the result is determined by the INFO_FORMAT parameter of the request. If an excption raised during the processing of the request or the request has been invald null will be returned.