org.geotools.data.wms.response
Class WMSGetCapabilitiesResponse

java.lang.Object
  extended by org.geotools.data.ows.Response
      extended by org.geotools.data.ows.GetCapabilitiesResponse
          extended by org.geotools.data.wms.response.WMSGetCapabilitiesResponse

public class WMSGetCapabilitiesResponse
extends GetCapabilitiesResponse

Provides a hook up to parse the capabilties document from inputstream.

Author:
Richard Gould

Field Summary
 
Fields inherited from class org.geotools.data.ows.GetCapabilitiesResponse
capabilities
 
Fields inherited from class org.geotools.data.ows.Response
contentType, inputStream
 
Constructor Summary
WMSGetCapabilitiesResponse(java.lang.String contentType, java.io.InputStream inputStream)
           
 
Method Summary
 
Methods inherited from class org.geotools.data.ows.GetCapabilitiesResponse
getCapabilities
 
Methods inherited from class org.geotools.data.ows.Response
getContentType, getInputStream, parseException
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WMSGetCapabilitiesResponse

public WMSGetCapabilitiesResponse(java.lang.String contentType,
                                  java.io.InputStream inputStream)
                           throws ServiceException,
                                  java.io.IOException
Throws:
ServiceException
java.io.IOException


Copyright © 1996-2010 Geotools. All Rights Reserved.