Uses of Package
org.jboss.resteasy.annotations.interception

Packages that use org.jboss.resteasy.annotations.interception
org.jboss.resteasy.annotations.interception   
org.jboss.resteasy.plugins.cache.server   
org.jboss.resteasy.plugins.interceptors   
org.jboss.resteasy.plugins.interceptors.encoding   
 

Classes in org.jboss.resteasy.annotations.interception used by org.jboss.resteasy.annotations.interception
Precedence
           
 

Classes in org.jboss.resteasy.annotations.interception used by org.jboss.resteasy.plugins.cache.server
RedirectPrecedence
          Should be placed on a PreProcessInterceptor.
ServerInterceptor
          Identifies an interceptor as a server-side interceptor
 

Classes in org.jboss.resteasy.annotations.interception used by org.jboss.resteasy.plugins.interceptors
HeaderDecoratorPrecedence
          HeaderDecoratorPrecedence interceptors should always come first as they decorate a response (on the server), or an outgoing request (on the client) with special, user-defined, headers.
SecurityPrecedence
          Should be placed on a PreProcessInterceptor.
ServerInterceptor
          Identifies an interceptor as a server-side interceptor
 

Classes in org.jboss.resteasy.annotations.interception used by org.jboss.resteasy.plugins.interceptors.encoding
ClientInterceptor
          Identifies an interceptor as a client-side interceptor
DecoderPrecedence
          This interceptor is an Content-Encoding decoder.
EncoderPrecedence
          This interceptor is an Content-Encoding encoder.
HeaderDecoratorPrecedence
          HeaderDecoratorPrecedence interceptors should always come first as they decorate a response (on the server), or an outgoing request (on the client) with special, user-defined, headers.
ServerInterceptor
          Identifies an interceptor as a server-side interceptor
 



Copyright © 2010. All Rights Reserved.