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

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

public class RolesBeanResponse
extends ServiceResponse

Author:
Ciro Formisano (ENG)

Constructor Summary
RolesBeanResponse()
           
RolesBeanResponse(RolesBean response, int status)
           
 
Method Summary
 RolesBean getResponse()
          Provides the response roles 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

RolesBeanResponse

public RolesBeanResponse()

RolesBeanResponse

public RolesBeanResponse(RolesBean response,
                         int status)
Method Detail

getResponse

public RolesBean getResponse()
Provides the response roles 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.