org.geotools.data.wms.response
Class PutStylesResponse
Object
Response
PutStylesResponse
public class PutStylesResponse
- extends Response
Represents the results of a PutStyles request.
Success can be checked using the success() method.
- Author:
- Richard Gould
- Module:
modules/extension/wms (gt-wms.jar)
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PutStylesResponse
public PutStylesResponse(String contentType,
InputStream inputStream)
throws ServiceException,
IOException
- Parameters:
contentType
- inputStream
-
- Throws:
SAXException
ServiceException
IOException
success
public boolean success()
- Returns:
- true if the request successfully executed, false otherwise
Copyright © 1996-2009 Geotools. All Rights Reserved.