org.geotools.data.ows
Class AbstractWPSGetCapabilitiesResponse

java.lang.Object
  extended by org.geotools.data.ows.Response
      extended by org.geotools.data.ows.AbstractWPSGetCapabilitiesResponse
Direct Known Subclasses:
WPSGetCapabilitiesResponse

public abstract class AbstractWPSGetCapabilitiesResponse
extends Response

Base class for WPS GetCapabilities responses. They should typically attempt to parse the Capabilities document in inputStream in the constructor.

Author:
gdavis

Field Summary
protected  WPSCapabilitiesType capabilities
           
protected  ExceptionReportType excepResponse
           
 
Fields inherited from class org.geotools.data.ows.Response
contentType, inputStream
 
Constructor Summary
AbstractWPSGetCapabilitiesResponse(java.lang.String contentType, java.io.InputStream inputStream)
           
 
Method Summary
 WPSCapabilitiesType getCapabilities()
          Returns the capabilities object parsed during the response
 ExceptionReportType 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
 

Field Detail

capabilities

protected WPSCapabilitiesType capabilities

excepResponse

protected ExceptionReportType excepResponse
Constructor Detail

AbstractWPSGetCapabilitiesResponse

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

getCapabilities

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


getExceptionResponse

public ExceptionReportType getExceptionResponse()


Copyright © 1996-2010 Geotools. All Rights Reserved.