V - type of the operation resultM - type of the message parameterspublic abstract class AsynchronousOperationStatusMessageHeaders<V,M extends MessageParameters> extends Object implements MessageHeaders<EmptyRequestBody,AsynchronousOperationResult<V>,M>
| Constructor and Description |
|---|
AsynchronousOperationStatusMessageHeaders() |
| Modifier and Type | Method and Description |
|---|---|
Class<AsynchronousOperationResult<V>> |
getResponseClass()
Returns the class of the response message.
|
Collection<Class<?>> |
getResponseTypeParameters()
Returns the collection of type parameters for the response type.
|
abstract Class<V> |
getValueClass()
Returns the class of the value wrapped in the
AsynchronousOperationResult. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDescription, getResponseStatusCodeacceptsFileUploads, getRequestClass, getUnresolvedMessageParametersgetHttpMethod, getSupportedAPIVersions, getTargetRestEndpointURLpublic AsynchronousOperationStatusMessageHeaders()
public abstract Class<V> getValueClass()
AsynchronousOperationResult.public Class<AsynchronousOperationResult<V>> getResponseClass()
MessageHeadersgetResponseClass in interface MessageHeaders<EmptyRequestBody,AsynchronousOperationResult<V>,M extends MessageParameters>public Collection<Class<?>> getResponseTypeParameters()
MessageHeadersgetResponseTypeParameters in interface MessageHeaders<EmptyRequestBody,AsynchronousOperationResult<V>,M extends MessageParameters>Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.