public class UserBeanResponse extends ServiceResponse
| Constructor and Description |
|---|
UserBeanResponse() |
UserBeanResponse(UserBean response,
int status) |
| Modifier and Type | Method and Description |
|---|---|
UserBean |
getResponse()
Provides the response usre bean
|
void |
importEntity(com.sun.jersey.api.client.ClientResponse clientResponse)
imports the useful information from the actual response
|
String |
toString()
Provides the information in string format
|
getResponseCode, setResponseCodepublic UserBeanResponse()
public UserBeanResponse(UserBean response, int status)
public UserBean getResponse()
public void importEntity(com.sun.jersey.api.client.ClientResponse clientResponse)
importEntity in class ServiceResponseCopyright © 2015. All Rights Reserved.