RESTEasy JAX-RS Implementation 2.3.6.Final-redhat-1

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.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.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
 


RESTEasy JAX-RS Implementation 2.3.6.Final-redhat-1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.