org.geotools.data.wms.response
Class GetLegendGraphicResponse

java.lang.Object
  extended byorg.geotools.data.wms.response.AbstractResponse
      extended byorg.geotools.data.wms.response.GetLegendGraphicResponse

public class GetLegendGraphicResponse
extends AbstractResponse

Author:
Richard Gould

Field Summary
 
Fields inherited from class org.geotools.data.wms.response.AbstractResponse
contentType, inputStream
 
Constructor Summary
GetLegendGraphicResponse(java.lang.String contentType, java.io.InputStream inputStream)
           
 
Methods inherited from class org.geotools.data.wms.response.AbstractResponse
getContentType, getInputStream, parseException
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetLegendGraphicResponse

public GetLegendGraphicResponse(java.lang.String contentType,
                                java.io.InputStream inputStream)
                         throws ServiceException,
                                org.xml.sax.SAXException
Parameters:
contentType -
inputStream -
Throws:
org.xml.sax.SAXException
ServiceException


Copyright © GeoTools. All Rights Reserved.