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
Module:
modules/extension/wms (gt-wms.jar)

Field Summary
 
Fields inherited from class Response
contentType, inputStream
 
Constructor Summary
PutStylesResponse(String contentType, InputStream inputStream)
           
 
Method Summary
 boolean success()
           
 
Methods inherited from class Response
getContentType, getInputStream, parseException
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PutStylesResponse

public PutStylesResponse(String contentType,
                         InputStream inputStream)
                  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-2009 Geotools. All Rights Reserved.