com.esri.client.local
Class DeleteServiceResponse

java.lang.Object
  extended by com.esri.client.local.DeleteServiceResponse

public class DeleteServiceResponse
extends Object

The Class DeleteServiceResponse.


Constructor Summary
DeleteServiceResponse()
           
 
Method Summary
static DeleteServiceResponse fromJson(org.codehaus.jackson.JsonParser parser)
          Read response from JSON.
 boolean isSuccess()
          Checks if response is success.
 void setSuccess(boolean success)
          Sets the success.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteServiceResponse

public DeleteServiceResponse()
Method Detail

fromJson

public static DeleteServiceResponse fromJson(org.codehaus.jackson.JsonParser parser)
                                      throws org.codehaus.jackson.JsonParseException,
                                             IOException
Read response from JSON.

Parameters:
parser - the JSON parser
Returns:
the response
Throws:
org.codehaus.jackson.JsonParseException
IOException

isSuccess

public boolean isSuccess()
Checks if response is success.

Returns:
true, if is success

setSuccess

public void setSuccess(boolean success)
Sets the success.

Parameters:
success - true for successful


Copyright © 2012. All Rights Reserved.