|
||||||||||
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.wms.response.PutStylesResponse
public class PutStylesResponse
Represents the results of a PutStyles request. Success can be checked using the success() method.
Field Summary |
---|
Fields inherited from class org.geotools.data.ows.Response |
---|
contentType, inputStream |
Constructor Summary | |
---|---|
PutStylesResponse(java.lang.String contentType,
java.io.InputStream inputStream)
|
Method Summary | |
---|---|
boolean |
success()
|
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 |
---|
public PutStylesResponse(java.lang.String contentType, java.io.InputStream inputStream) throws ServiceException, java.io.IOException
contentType
- inputStream
-
org.xml.sax.SAXException
ServiceException
java.io.IOException
Method Detail |
---|
public boolean success()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |