org.geotools.data.wms.response
Class GetFeatureInfoResponse

Object
  extended by Response
      extended by GetFeatureInfoResponse

public class GetFeatureInfoResponse
extends Response

Process GetFeatureInfoResponse.

FeatureInfoResponse is not well specified by any of the WMS specifications. What this class decides to do with the response will largely depend on the contentType.

Author:
Richard Gould
Module:

Field Summary
 
Fields inherited from class Response
contentType, inputStream
 
Constructor Summary
GetFeatureInfoResponse(String contentType, InputStream inputStream)
          DOCUMENT ME!
 
Method Summary
 
Methods inherited from class Response
getContentType, getInputStream, parseException
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetFeatureInfoResponse

public GetFeatureInfoResponse(String contentType,
                              InputStream inputStream)
                       throws ServiceException,
                              IOException
DOCUMENT ME!

Parameters:
contentType -
inputStream -
Throws:
SAXException
ServiceException
IOException


Copyright © 1996-2009 Geotools. All Rights Reserved.