org.geotools.data.wms.response
Class AbstractResponse
java.lang.Object
org.geotools.data.wms.response.AbstractResponse
- Direct Known Subclasses:
- DescribeLayerResponse, GetCapabilitiesResponse, GetFeatureInfoResponse, GetLegendGraphicResponse, GetMapResponse, GetStylesResponse, PutStylesResponse
- public class AbstractResponse
- extends java.lang.Object
DOCUMENT ME!
- Author:
- Richard Gould, Refractions Research
Constructor Summary |
AbstractResponse(java.lang.String contentType,
java.io.InputStream inputStream)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
inputStream
protected java.io.InputStream inputStream
contentType
protected java.lang.String contentType
AbstractResponse
public AbstractResponse(java.lang.String contentType,
java.io.InputStream inputStream)
throws ServiceException,
org.xml.sax.SAXException
getContentType
public java.lang.String getContentType()
getInputStream
public java.io.InputStream getInputStream()
parseException
protected ServiceException parseException(java.io.InputStream inputStream)
throws org.xml.sax.SAXException
- Throws:
org.xml.sax.SAXException
Copyright © GeoTools. All Rights Reserved.