public abstract class AbstractResponse extends AbstractMessage implements Response
controls| Modifier | Constructor and Description |
|---|---|
protected |
AbstractResponse(int id,
MessageTypeEnum type)
Allows subclasses based on the abstract type to create a response to a
request.
|
addAllControls, addControl, equals, get, getControl, getControls, getMessageId, getType, hasControl, hashCode, put, removeControl, setMessageId, toStringclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitaddAllControls, addControl, get, getControl, getControls, getMessageId, getType, hasControl, put, removeControl, setMessageIdprotected AbstractResponse(int id,
MessageTypeEnum type)
id - the response eliciting this Requesttype - the message type of the responseCopyright © 2003–2022 The Apache Software Foundation. All rights reserved.