Package org.geotools.ows.wms.response
Class PutStylesResponse
Represents the results of a PutStyles request.
Success can be checked using the success() method.
- Author:
- Richard Gould
-
Field Summary
Fields inherited from class Response
httpResponse
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Response
dispose, getContentType, getInputStream, parseException
-
Constructor Details
-
PutStylesResponse
- Throws:
ServiceException
IOException
-
-
Method Details
-
success
public boolean success()- Returns:
- true if the request successfully executed, false otherwise
-