it.eng.rdlab.soa3.connector.beans
Class UserBeanResponse

java.lang.Object
  extended by it.eng.rdlab.soa3.connector.beans.ServiceResponse
      extended by it.eng.rdlab.soa3.connector.beans.UserBeanResponse

public class UserBeanResponse
extends ServiceResponse

Author:
Ciro Formisano (ENG)

Constructor Summary
UserBeanResponse()
           
UserBeanResponse(UserBean response, int status)
           
 
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
 
Methods inherited from class it.eng.rdlab.soa3.connector.beans.ServiceResponse
getResponseCode, setResponseCode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserBeanResponse

public UserBeanResponse()

UserBeanResponse

public UserBeanResponse(UserBean response,
                        int status)
Method Detail

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.