public interface IntermediateResponse extends Response
| Modifier and Type | Field and Description |
|---|---|
static MessageTypeEnum |
TYPE
Intermediate response message type enumeration value
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getResponseName()
Gets the response name
|
byte[] |
getResponseValue()
Gets the ResponseValue.
|
void |
setResponseName(java.lang.String oid)
Sets the response name.
|
void |
setResponseValue(byte[] value)
Sets the respponseValue
|
addAllControls, addControl, get, getControl, getControls, getMessageId, getType, hasControl, put, removeControl, setMessageIdstatic final MessageTypeEnum TYPE
java.lang.String getResponseName()
void setResponseName(java.lang.String oid)
oid - the ResponseNamebyte[] getResponseValue()
void setResponseValue(byte[] value)
value - The responseValue