R - type of the requestM - type of the message message parameterspublic interface UntypedResponseMessageHeaders<R extends RequestBody,M extends MessageParameters> extends RestHandlerSpecification
| Modifier and Type | Method and Description |
|---|---|
default boolean |
acceptsFileUploads()
Returns whether this header allows file uploads.
|
Class<R> |
getRequestClass()
Returns the class of the request message.
|
M |
getUnresolvedMessageParameters()
Returns a new
MessageParameters object. |
getHttpMethod, getSupportedAPIVersions, getTargetRestEndpointURLClass<R> getRequestClass()
M getUnresolvedMessageParameters()
MessageParameters object.default boolean acceptsFileUploads()
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.