org.geotools.data.wms.response
Class PutStylesResponse

Object
  extended by Response
      extended by 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
PutStylesResponse(HTTPResponse httpResponse)
           
 
Method Summary
 boolean success()
           
 
Methods inherited from class Response
dispose, getContentType, getInputStream, parseException
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PutStylesResponse

public PutStylesResponse(HTTPResponse httpResponse)
                  throws ServiceException,
                         IOException
Parameters:
contentType -
inputStream -
Throws:
SAXException
ServiceException
IOException
Method Detail

success

public boolean success()
Returns:
true if the request successfully executed, false otherwise


Copyright © 1996-2014 Geotools. All Rights Reserved.