|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.data.ows.Response
org.geotools.data.ows.GetCapabilitiesResponse
public abstract class GetCapabilitiesResponse
Base class for GetCapabilities responses. They should typically attempt to parse the Capabilities document in inputStream in the constructor.
Field Summary | |
---|---|
protected Capabilities |
capabilities
|
Fields inherited from class org.geotools.data.ows.Response |
---|
contentType, inputStream |
Constructor Summary | |
---|---|
GetCapabilitiesResponse(java.lang.String contentType,
java.io.InputStream inputStream)
|
Method Summary | |
---|---|
Capabilities |
getCapabilities()
Returns the capabilities object parsed during the response |
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 |
---|
protected Capabilities capabilities
Constructor Detail |
---|
public GetCapabilitiesResponse(java.lang.String contentType, java.io.InputStream inputStream) throws ServiceException, java.io.IOException
ServiceException
java.io.IOException
Method Detail |
---|
public Capabilities getCapabilities()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |