com.hack23.cia.service.api.common
Class AbstractServiceResponse
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractServiceResponse
protected AbstractServiceResponse(UserSessionDto userSessionDTO)
- Instantiates a new abstract service response.
- Parameters:
userSessionDTO
- the user session dto
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.