Interface | Description |
---|---|
ContextClassProvider |
Marker interface that can return the class of a custom context type to be resolved
|
ContextProvider<T> |
Provider of custom contexts representing the current request
|
JAXRSServerFactoryCustomizationExtension |
Serves as an extension point in order to allow to customize JAX-RS server
factory bean creation (f.e.
|
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 |
---|---|
AbstractStreamingResponseExtension | |
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
|
PATCH |
Indicates that the annotated method responds to HTTP PATCH requests.
|
ResponseStatus | |
TRACE |
Apache CXF