com.irisel.sv.rest
Class HeaderDecorator

java.lang.Object
  extended by com.irisel.sv.rest.HeaderDecorator
All Implemented Interfaces:
org.jboss.resteasy.spi.interception.MessageBodyWriterInterceptor

@Provider
public class HeaderDecorator
extends java.lang.Object
implements org.jboss.resteasy.spi.interception.MessageBodyWriterInterceptor


Constructor Summary
HeaderDecorator()
           
 
Method Summary
 void write(org.jboss.resteasy.spi.interception.MessageBodyWriterContext context)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HeaderDecorator

public HeaderDecorator()
Method Detail

write

public void write(org.jboss.resteasy.spi.interception.MessageBodyWriterContext context)
           throws java.io.IOException,
                  javax.ws.rs.WebApplicationException
Specified by:
write in interface org.jboss.resteasy.spi.interception.MessageBodyWriterInterceptor
Throws:
java.io.IOException
javax.ws.rs.WebApplicationException