public class SessionBeanResponse extends ServiceResponse
| Constructor and Description |
|---|
SessionBeanResponse() |
SessionBeanResponse(SessionBean response,
int status) |
| Modifier and Type | Method and Description |
|---|---|
SessionBean |
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 SessionBeanResponse()
public SessionBeanResponse(SessionBean response, int status)
public SessionBean getResponse()
public void importEntity(com.sun.jersey.api.client.ClientResponse clientResponse)
importEntity in class ServiceResponseCopyright © 2015. All Rights Reserved.