Interface | Description |
---|---|
AcceptedByMethod |
Implemented interface that can trigger the addition of an interceptor
|
ClientExecutionContext | |
ClientExecutionInterceptor | |
DecoratorProcessor<T,A extends Annotation> |
Part of a generic decorator framework.
|
MessageBodyReaderContext | |
MessageBodyReaderInterceptor |
Wraps around invocations of MessageBodyReader.readFrom().
|
MessageBodyWriterContext | |
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.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.