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

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

public class SessionBeanResponse
extends ServiceResponse

Author:
Ciro Formisano (ENG)

Constructor Summary
SessionBeanResponse()
           
SessionBeanResponse(SessionBean response, int status)
           
 
Method Summary
 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
 
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

SessionBeanResponse

public SessionBeanResponse()

SessionBeanResponse

public SessionBeanResponse(SessionBean response,
                           int status)
Method Detail

getResponse

public SessionBean 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.