org.geotools.data.wms.response
Class PutStylesResponse

java.lang.Object
  extended byorg.geotools.data.wms.response.AbstractResponse
      extended byorg.geotools.data.wms.response.PutStylesResponse

public class PutStylesResponse
extends AbstractResponse

Represents the results of a PutStyles request. Success can be checked using the success() method.

Author:
Richard Gould

Field Summary
 
Fields inherited from class org.geotools.data.wms.response.AbstractResponse
contentType, inputStream
 
Constructor Summary
PutStylesResponse(java.lang.String contentType, java.io.InputStream inputStream)
           
 
Method Summary
 boolean success()
           
 
Methods inherited from class org.geotools.data.wms.response.AbstractResponse
getContentType, getInputStream, parseException
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PutStylesResponse

public PutStylesResponse(java.lang.String contentType,
                         java.io.InputStream inputStream)
                  throws ServiceException,
                         org.xml.sax.SAXException
Parameters:
contentType -
inputStream -
Throws:
org.xml.sax.SAXException
ServiceException
Method Detail

success

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


Copyright © GeoTools. All Rights Reserved.