|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InterceptorContext | |
---|---|
javax.ws.rs.ext | APIs that provide extensions to the types supported by the JAX-RS API. |
org.jboss.resteasy.core.interception |
Uses of InterceptorContext in javax.ws.rs.ext |
---|
Subinterfaces of InterceptorContext in javax.ws.rs.ext | |
---|---|
interface |
ReaderInterceptorContext
Context class used by ReaderInterceptor
to intercept calls to (@link javax.ws.rs.ext.MessageBodyReader#readFrom}. |
interface |
WriterInterceptorContext
Context class used by WriterInterceptor
to intercept calls to MessageBodyWriter.writeTo(T, java.lang.Class>, java.lang.reflect.Type, java.lang.annotation.Annotation[], javax.ws.rs.core.MediaType, javax.ws.rs.core.MultivaluedMap . |
Uses of InterceptorContext in org.jboss.resteasy.core.interception |
---|
Classes in org.jboss.resteasy.core.interception that implement InterceptorContext | |
---|---|
class |
AbstractReaderInterceptorContext
|
class |
AbstractWriterInterceptorContext
|
class |
ClientReaderInterceptorContext
|
class |
ClientWriterInterceptorContext
|
class |
ServerReaderInterceptorContext
|
class |
ServerWriterInterceptorContext
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |