com.xebialabs.deployit.core.rest.resteasy
Class ContentTypeSetterPreProcessorInterceptor

java.lang.Object
  extended by com.xebialabs.deployit.core.rest.resteasy.ContentTypeSetterPreProcessorInterceptor
All Implemented Interfaces:
org.jboss.resteasy.spi.interception.PreProcessInterceptor

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


Constructor Summary
ContentTypeSetterPreProcessorInterceptor()
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentTypeSetterPreProcessorInterceptor

public ContentTypeSetterPreProcessorInterceptor()
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