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

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

Packages that use org.jboss.resteasy.spi.interception
org.jboss.resteasy.client.cache   
org.jboss.resteasy.client.core   
org.jboss.resteasy.core   
org.jboss.resteasy.core.interception   
org.jboss.resteasy.core.messagebody   
org.jboss.resteasy.plugins.interceptors   
org.jboss.resteasy.plugins.interceptors.encoding   
org.jboss.resteasy.spi   
org.jboss.resteasy.spi.interception   
 

Classes in org.jboss.resteasy.spi.interception used by org.jboss.resteasy.client.cache
AcceptedByMethod
          Implemented interface that can trigger the addition of an interceptor
ClientExecutionContext
           
ClientExecutionInterceptor
           
 

Classes in org.jboss.resteasy.spi.interception used by org.jboss.resteasy.client.core
ClientExecutionInterceptor
           
MessageBodyReaderContext
           
MessageBodyReaderInterceptor
          Wraps around invocations of MessageBodyReader.readFrom().
MessageBodyWriterContext
           
MessageBodyWriterInterceptor
          Wraps around invocations of MessageBodyWriter.writeTo()
 

Classes in org.jboss.resteasy.spi.interception used by org.jboss.resteasy.core
ClientExecutionInterceptor
           
MessageBodyReaderInterceptor
          Wraps around invocations of MessageBodyReader.readFrom().
MessageBodyWriterInterceptor
          Wraps around invocations of MessageBodyWriter.writeTo()
PostProcessInterceptor
          Invoked in order, gives you access to the response before MessageBodyReader and Writers get invoked.
PreProcessInterceptor
          Executed before resource method (not resource locator methods though!)

The interceptor can decide to return its own response.

 

Classes in org.jboss.resteasy.spi.interception used by org.jboss.resteasy.core.interception
ClientExecutionContext
           
ClientExecutionInterceptor
           
MessageBodyReaderContext
           
MessageBodyReaderInterceptor
          Wraps around invocations of MessageBodyReader.readFrom().
MessageBodyWriterContext
           
MessageBodyWriterInterceptor
          Wraps around invocations of MessageBodyWriter.writeTo()
 

Classes in org.jboss.resteasy.spi.interception used by org.jboss.resteasy.core.messagebody
MessageBodyReaderInterceptor
          Wraps around invocations of MessageBodyReader.readFrom().
MessageBodyWriterInterceptor
          Wraps around invocations of MessageBodyWriter.writeTo()
 

Classes in org.jboss.resteasy.spi.interception used by org.jboss.resteasy.plugins.interceptors
AcceptedByMethod
          Implemented interface that can trigger the addition of an interceptor
PostProcessInterceptor
          Invoked in order, gives you access to the response before MessageBodyReader and Writers get invoked.
PreProcessInterceptor
          Executed before resource method (not resource locator methods though!)

The interceptor can decide to return its own response.

 

Classes in org.jboss.resteasy.spi.interception used by org.jboss.resteasy.plugins.interceptors.encoding
AcceptedByMethod
          Implemented interface that can trigger the addition of an interceptor
ClientExecutionContext
           
ClientExecutionInterceptor
           
MessageBodyReaderContext
           
MessageBodyReaderInterceptor
          Wraps around invocations of MessageBodyReader.readFrom().
MessageBodyWriterContext
           
MessageBodyWriterInterceptor
          Wraps around invocations of MessageBodyWriter.writeTo()
 

Classes in org.jboss.resteasy.spi.interception used by org.jboss.resteasy.spi
ClientExecutionInterceptor
           
MessageBodyReaderInterceptor
          Wraps around invocations of MessageBodyReader.readFrom().
MessageBodyWriterInterceptor
          Wraps around invocations of MessageBodyWriter.writeTo()
PostProcessInterceptor
          Invoked in order, gives you access to the response before MessageBodyReader and Writers get invoked.
PreProcessInterceptor
          Executed before resource method (not resource locator methods though!)

The interceptor can decide to return its own response.

 

Classes in org.jboss.resteasy.spi.interception used by org.jboss.resteasy.spi.interception
ClientExecutionContext
           
MessageBodyReaderContext
           
MessageBodyWriterContext
           
 


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

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