org.deegree_impl.services.wms.protocol
Class WMSGetFeatureInfoResponse_Impl

java.lang.Object
  extended byorg.deegree_impl.services.OGCWebServiceResponse_Impl
      extended byorg.deegree_impl.services.wms.protocol.WMSGetFeatureInfoResponse_Impl
All Implemented Interfaces:
OGCWebServiceResponse, WMSGetFeatureInfoResponse

public class WMSGetFeatureInfoResponse_Impl
extends OGCWebServiceResponse_Impl
implements WMSGetFeatureInfoResponse

--------------------------------------------------------

Version:
$Revision: 1.1 $ $Date: 2004/04/02 06:41:56 $
Author:
Katharina Lupp Katharina Lupp

Field Summary
private  java.lang.String featureInfo
           
 
Fields inherited from class org.deegree_impl.services.OGCWebServiceResponse_Impl
 
Constructor Summary
(package private) WMSGetFeatureInfoResponse_Impl(OGCWebServiceRequest request, org.w3c.dom.Document exception, java.lang.String featureInfo)
          constructor initializing the class with the
 
Method Summary
 java.lang.String getFeatureInfo()
          returns the feature info the corresponds to an feature info request.
 void setFeatureInfo(java.lang.String featureInfo)
          sets the feature info the corresponds to an feature info 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
 

Field Detail

featureInfo

private java.lang.String featureInfo
Constructor Detail

WMSGetFeatureInfoResponse_Impl

WMSGetFeatureInfoResponse_Impl(OGCWebServiceRequest request,
                               org.w3c.dom.Document exception,
                               java.lang.String featureInfo)
constructor initializing the class with the

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.

Specified by:
getFeatureInfo in interface WMSGetFeatureInfoResponse

setFeatureInfo

public void setFeatureInfo(java.lang.String featureInfo)
sets 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.