| Interface | Description |
|---|---|
| ContextProvider<T> |
Provider of custom contexts representing the current request
|
| MessageContext |
Represents an invocation context
|
| ParameterHandler<T> | |
| ProtocolHeaders |
An injectable interface that provides access to protocol headers
|
| RequestHandler |
RequestHandler is capable of preprocessing requests
ex., they can handle query extensions starting from _type
|
| ResourceComparator |
Can be used to affect the way the JAXRS selection algorithm chooses
between multiple matching resource classes and methods
|
| ResponseHandler |
ResponseHandler is capable of postprocessing requests
ex., they can update the response status code, etc
|
| Class | Description |
|---|---|
| MessageContextImpl | |
| ProtocolHeadersImpl |
| Annotation Type | Description |
|---|---|
| Nullable |
Some JAX-RS providers, notably JAXB-based ones
return 400 when the incoming payload is empty.
|
| Oneway |
Can be used to nominate oneway methods
|
Apache CXF