org.codegist.crest.interceptor
Class EmptyRequestInterceptor

java.lang.Object
  extended by org.codegist.crest.interceptor.RequestInterceptorAdapter
      extended by org.codegist.crest.interceptor.EmptyRequestInterceptor
All Implemented Interfaces:
RequestInterceptor

public class EmptyRequestInterceptor
extends RequestInterceptorAdapter

Empty request interceptor. Does nothing.

Author:
Laurent Gilles (laurent.gilles@codegist.org)

Constructor Summary
EmptyRequestInterceptor()
           
 
Method Summary
 
Methods inherited from class org.codegist.crest.interceptor.RequestInterceptorAdapter
afterParamsInjectionHandle, beforeParamsInjectionHandle
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptyRequestInterceptor

public EmptyRequestInterceptor()


Copyright © 2011. All Rights Reserved.