com.irisel.sv.rest
Class PreProcessorInterceptor

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

@Provider
public class PreProcessorInterceptor
extends java.lang.Object
implements org.jboss.resteasy.spi.interception.PreProcessInterceptor


Constructor Summary
PreProcessorInterceptor()
           
 
Method Summary
 org.jboss.resteasy.core.ServerResponse preProcess(org.jboss.resteasy.spi.HttpRequest request, org.jboss.resteasy.core.ResourceMethod method)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreProcessorInterceptor

public PreProcessorInterceptor()
Method Detail

preProcess

public org.jboss.resteasy.core.ServerResponse preProcess(org.jboss.resteasy.spi.HttpRequest request,
                                                         org.jboss.resteasy.core.ResourceMethod method)
                                                  throws org.jboss.resteasy.spi.Failure,
                                                         javax.ws.rs.WebApplicationException
Specified by:
preProcess in interface org.jboss.resteasy.spi.interception.PreProcessInterceptor
Throws:
org.jboss.resteasy.spi.Failure
javax.ws.rs.WebApplicationException