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 |
|---|---|
String |
getResponseName()
Gets the response name
|
byte[] |
getResponseValue()
Gets the ResponseValue.
|
void |
setResponseName(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
String getResponseName()
void setResponseName(String oid)
oid - the ResponseNamebyte[] getResponseValue()
void setResponseValue(byte[] value)
value - The responseValueCopyright © 2003–2016 The Apache Software Foundation. All rights reserved.