public abstract class ServiceResponse extends Object
| Constructor and Description |
|---|
ServiceResponse() |
| Modifier and Type | Method and Description |
|---|---|
int |
getResponseCode()
Getter for the response code
|
abstract void |
importEntity(com.sun.jersey.api.client.ClientResponse clientResponse)
imports the useful information from the actual response
|
void |
setResponseCode(int responseCode)
Setter for the response code
|
public void setResponseCode(int responseCode)
responseCode - public int getResponseCode()
public abstract void importEntity(com.sun.jersey.api.client.ClientResponse clientResponse)
clientResponse - Copyright © 2015. All Rights Reserved.