org.geotools.data.wms.response
Class GetCapabilitiesResponse

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

public class GetCapabilitiesResponse
extends AbstractResponse


Field Summary
 
Fields inherited from class org.geotools.data.wms.response.AbstractResponse
contentType, inputStream
 
Constructor Summary
GetCapabilitiesResponse(java.lang.String contentType, java.io.InputStream inputStream)
           
 
Method Summary
 WMSCapabilities getCapabilities()
          Returns the capabilities object parsed during the response
 
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

GetCapabilitiesResponse

public GetCapabilitiesResponse(java.lang.String contentType,
                               java.io.InputStream inputStream)
                        throws ServiceException,
                               org.xml.sax.SAXException
Method Detail

getCapabilities

public WMSCapabilities getCapabilities()
Returns the capabilities object parsed during the response



Copyright © GeoTools. All Rights Reserved.