| Interface | Description |
|---|---|
| ContextProvider<T> |
Provider of custom contexts representing the current request
|
| MessageContext |
Represents an invocation context
|
| ProtocolHeaders |
An injectable interface that provides access to protocol headers
|
| ResourceComparator |
Can be used to affect the way the JAXRS selection algorithm chooses
between multiple matching resource classes and methods
|
| ResourceContextProvider | |
| StreamingResponse<T> | |
| StreamingResponse.Writer<T> |
| Class | Description |
|---|---|
| MessageContextImpl | |
| ProtocolHeadersImpl |
| Annotation Type | Description |
|---|---|
| DefaultMethod | |
| 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
|
| ResponseStatus |
Apache CXF