R - request message typeP - response message typeM - message parameters typepublic interface RuntimeMessageHeaders<R extends RequestBody,P extends ResponseBody,M extends MessageParameters> extends MessageHeaders<R,P,M>
RequestBodys to ResponseBodys types and contains meta-data
required for their http headers in runtime module.
Implementations must be state-less.
| Modifier and Type | Method and Description |
|---|---|
default Collection<? extends RestAPIVersion<?>> |
getSupportedAPIVersions()
Returns the supported API versions that this request supports.
|
getCustomHeaders, getDescription, getResponseClass, getResponseStatusCode, getResponseTypeParameters, operationIdacceptsFileUploads, getRequestClass, getUnresolvedMessageParametersgetHttpMethod, getTargetRestEndpointURLdefault Collection<? extends RestAPIVersion<?>> getSupportedAPIVersions()
RestHandlerSpecificationgetSupportedAPIVersions in interface RestHandlerSpecificationCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.