org.geotools.data.ows
Class AbstractWPSGetCapabilitiesResponse
java.lang.Object
org.geotools.data.ows.Response
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
capabilities
protected WPSCapabilitiesType capabilities
excepResponse
protected ExceptionReportType excepResponse
AbstractWPSGetCapabilitiesResponse
public AbstractWPSGetCapabilitiesResponse(java.lang.String contentType,
java.io.InputStream inputStream)
throws ServiceException,
java.io.IOException
- Throws:
ServiceException
java.io.IOException
getCapabilities
public WPSCapabilitiesType getCapabilities()
- Returns the capabilities object parsed during the response
getExceptionResponse
public ExceptionReportType getExceptionResponse()
Copyright © 1996-2010 Geotools. All Rights Reserved.