com.hack23.cia.service.api.common
Class ImageContentResponse
java.lang.Object
com.hack23.cia.service.api.common.AbstractServiceMessage
com.hack23.cia.service.api.common.AbstractServiceResponse
com.hack23.cia.service.api.common.ImageContentResponse
- All Implemented Interfaces:
- ServiceMessage, ServiceResponse, Serializable
public class ImageContentResponse
- extends AbstractServiceResponse
The Class ImageContentResponse.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImageContentResponse
public ImageContentResponse(UserSessionDto userSessionDTO,
BinaryContent imageContent)
- Instantiates a new image content response.
- Parameters:
userSessionDTO
- the user session dtoimageContent
- the image content
getImageContent
public final BinaryContent getImageContent()
- Gets the image content.
- Returns:
- the image content
getResult
public final ServiceResponse.ServiceResult getResult()
- Description copied from interface:
ServiceResponse
- Gets the result.
- Returns:
- the result
Copyright © 2008-2009 www.hack23.com. All Rights Reserved.