com.hack23.cia.service.api.common
Class AbstractServiceResponse

Package class diagram package AbstractServiceResponse
java.lang.Object
  extended by com.hack23.cia.service.api.common.AbstractServiceResponse
All Implemented Interfaces:
ServiceMessage, ServiceResponse, Serializable
Direct Known Subclasses:
AbstractContentResponse, AbstractUserResponse, AgencyResponse, AgentDeploymentResponse, ApplicationErrorResponse, ApplicationResponse, ErrorResponse, ImageContentResponse, MonitorResponse, PortalResponse

public abstract class AbstractServiceResponse
extends Object
implements ServiceResponse

The Class AbstractServiceResponse.

See Also:
Serialized Form

Nested Class Summary
Modifier and Type Interface and Description
 
Nested classes/interfaces inherited from interface com.hack23.cia.service.api.common.ServiceResponse
ServiceResponse.ServiceResult
 
Constructor Summary
Modifier Constructor and Description
protected AbstractServiceResponse(UserSessionDto userSessionDTO)
          Instantiates a new abstract service response.
 
Method Summary
Modifier and Type Method and Description
 UserSessionDto getUserSessionDTO()
          Gets the user session dto.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.hack23.cia.service.api.common.ServiceResponse
getResult
 

Constructor Detail

AbstractServiceResponse

protected AbstractServiceResponse(UserSessionDto userSessionDTO)
Instantiates a new abstract service response.

Parameters:
userSessionDTO - the user session dto
Method Detail

getUserSessionDTO

public final UserSessionDto getUserSessionDTO()
Description copied from interface: ServiceResponse
Gets the user session dto.

Specified by:
getUserSessionDTO in interface ServiceResponse
Returns:
the user session dto


Copyright © 2008-2010 www.hack23.com. All Rights Reserved.