com.irisel.sv.rest
Class PostProcessor

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

@Provider
public class PostProcessor
extends java.lang.Object
implements org.jboss.resteasy.spi.interception.PostProcessInterceptor


Constructor Summary
PostProcessor()
           
 
Method Summary
 void postProcess(org.jboss.resteasy.core.ServerResponse arg0)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PostProcessor

public PostProcessor()
Method Detail

postProcess

public void postProcess(org.jboss.resteasy.core.ServerResponse arg0)
Specified by:
postProcess in interface org.jboss.resteasy.spi.interception.PostProcessInterceptor