Package org.geotools.ows.wms.response
Class PutStylesResponse
-
public class PutStylesResponse extends Response
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 Constructor Description PutStylesResponse(HTTPResponse httpResponse)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
success()
-
Methods inherited from class Response
dispose, getContentType, getInputStream, parseException
-
-
-
-
Constructor Detail
-
PutStylesResponse
public PutStylesResponse(HTTPResponse httpResponse) throws ServiceException, IOException
- Throws:
ServiceException
IOException
-
-