org.geotools.data.wps.response
Class WPSGetCapabilitiesResponse

java.lang.Object
  extended by org.geotools.data.ows.Response
      extended by org.geotools.data.ows.AbstractWPSGetCapabilitiesResponse
          extended by org.geotools.data.wps.response.WPSGetCapabilitiesResponse

public class WPSGetCapabilitiesResponse
extends AbstractWPSGetCapabilitiesResponse

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

Author:
gdavis

Field Summary
 
Fields inherited from class org.geotools.data.ows.AbstractWPSGetCapabilitiesResponse
capabilities, excepResponse
 
Fields inherited from class org.geotools.data.ows.Response
contentType, inputStream
 
Constructor Summary
WPSGetCapabilitiesResponse(java.lang.String contentType, java.io.InputStream inputStream)
           
 
Method Summary
 
Methods inherited from class org.geotools.data.ows.AbstractWPSGetCapabilitiesResponse
getCapabilities, getExceptionResponse
 
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

WPSGetCapabilitiesResponse

public WPSGetCapabilitiesResponse(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.