it.eng.rdlab.soa3.connector.beans
Class UserBeanResponse
java.lang.Object
it.eng.rdlab.soa3.connector.beans.ServiceResponse
it.eng.rdlab.soa3.connector.beans.UserBeanResponse
public class UserBeanResponse
- extends ServiceResponse
- Author:
- Ciro Formisano (ENG)
|
Method Summary |
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 |
UserBeanResponse
public UserBeanResponse()
UserBeanResponse
public UserBeanResponse(UserBean response,
int status)
getResponse
public UserBean getResponse()
- Provides the response usre bean
- Returns:
- the user bean
importEntity
public void importEntity(com.sun.jersey.api.client.ClientResponse clientResponse)
- imports the useful information from the actual response
- Specified by:
importEntity in class ServiceResponse
toString
public String toString()
- Provides the information in string format
- Overrides:
toString in class Object
Copyright © 2013. All Rights Reserved.