com.hack23.cia.service.api.content
Class ImageContentResponse

Package class diagram package ImageContentResponse
java.lang.Object
  extended by com.hack23.cia.service.api.common.AbstractServiceResponse
      extended by com.hack23.cia.service.api.content.ImageContentResponse
All Implemented Interfaces:
ServiceMessage, ServiceResponse, Serializable

public class ImageContentResponse
extends AbstractServiceResponse

The Class ImageContentResponse.

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
Constructor and Description
ImageContentResponse(UserSessionDto userSessionDTO, BinaryContent imageContent)
          Instantiates a new image content response.
 
Method Summary
Modifier and Type Method and Description
 BinaryContent getImageContent()
          Gets the image content.
 ServiceResponse.ServiceResult getResult()
          Gets the result.
 
Methods inherited from class com.hack23.cia.service.api.common.AbstractServiceResponse
getUserSessionDTO
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageContentResponse

public ImageContentResponse(UserSessionDto userSessionDTO,
                            BinaryContent imageContent)
Instantiates a new image content response.

Parameters:
userSessionDTO - the user session dto
imageContent - the image content
Method Detail

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-2010 www.hack23.com. All Rights Reserved.