Class RenderedImageProvider

All Implemented Interfaces:
MessageBodyReader<RenderedImage>, MessageBodyWriter<RenderedImage>

@Produces("image/*") @Consumes({"image/*","application/octet-stream"}) @Singleton public final class RenderedImageProvider extends AbstractMessageReaderWriterProvider<RenderedImage>
Provider for marshalling/un-marshalling of graphical image data represented as image/*, application/x-www-form-urlencoded entity types to rendered and from rendered or buffered image instance.
Author:
Paul Sandoz, Marek Potociar