org.jboss.resteasy.plugins.interceptors.encoding
Class GZIPDecodingInterceptor

java.lang.Object
  extended by org.jboss.resteasy.plugins.interceptors.encoding.GZIPDecodingInterceptor
All Implemented Interfaces:
MessageBodyReaderInterceptor

@Provider
public class GZIPDecodingInterceptor
extends java.lang.Object
implements MessageBodyReaderInterceptor

Version:
$Revision: 1 $
Author:
Bill Burke

Constructor Summary
GZIPDecodingInterceptor()
           
 
Method Summary
 java.lang.Object read(MessageBodyReaderContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GZIPDecodingInterceptor

public GZIPDecodingInterceptor()
Method Detail

read

public java.lang.Object read(MessageBodyReaderContext context)
                      throws java.io.IOException,
                             WebApplicationException
Specified by:
read in interface MessageBodyReaderInterceptor
Returns:
the object read
Throws:
java.io.IOException
WebApplicationException


Copyright © 2010. All Rights Reserved.