com.elasticpath.service.misc
Interface ImageService

All Superinterfaces:
EpService
All Known Implementing Classes:
ImageServiceImpl

public interface ImageService
extends EpService

Provides image rendering service.


Method Summary
 ImageRenderResponse render(ImageRenderRequest request)
          Render a image based on the given request and returns a ImageRenderResponse.
 
Methods inherited from interface com.elasticpath.service.EpService
getElasticPath, setElasticPath
 

Method Detail

render

ImageRenderResponse render(ImageRenderRequest request)
Render a image based on the given request and returns a ImageRenderResponse.

Parameters:
request - the image render request
Returns:
a ImageRenderResponse