Class LogoutResponse
java.lang.Object
com.hack23.cia.service.api.action.common.AbstractMessage
com.hack23.cia.service.api.action.common.AbstractResponse
com.hack23.cia.service.api.action.application.LogoutResponse
- All Implemented Interfaces:
ServiceMessage
,ServiceResponse
,Serializable
The Class LogoutResponse.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.hack23.cia.service.api.action.common.ServiceResponse
ServiceResponse.ServiceResult
-
Constructor Summary
ConstructorDescriptionInstantiates a new logout response. -
Method Summary
Methods inherited from class com.hack23.cia.service.api.action.common.AbstractResponse
getErrorMessage, getResult, setErrorMessage
Methods inherited from class com.hack23.cia.service.api.action.common.AbstractMessage
equals, hashCode, toString
-
Constructor Details
-
LogoutResponse
Instantiates a new logout response.- Parameters:
result
- the result
-