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, wait
getDescription, getResponseStatusCode
acceptsFileUploads, getRequestClass, getUnresolvedMessageParameters
getHttpMethod, getSupportedAPIVersions, getTargetRestEndpointURL
public AsynchronousOperationStatusMessageHeaders()
public abstract Class<V> getValueClass()
AsynchronousOperationResult
.public Class<AsynchronousOperationResult<V>> getResponseClass()
MessageHeaders
getResponseClass
in interface MessageHeaders<EmptyRequestBody,AsynchronousOperationResult<V>,M extends MessageParameters>
public Collection<Class<?>> getResponseTypeParameters()
MessageHeaders
getResponseTypeParameters
in interface MessageHeaders<EmptyRequestBody,AsynchronousOperationResult<V>,M extends MessageParameters>
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.