|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IntermediateResponse
Intermediate response message used to return multiple response messages for a single search request (ExtendedRequest or Control).
| Field Summary | |
|---|---|
static MessageTypeEnum |
TYPE
Intermediate response message type enumeration value |
| Method Summary | |
|---|---|
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 |
| Methods inherited from interface org.apache.directory.api.ldap.model.message.Message |
|---|
addAllControls, addControl, get, getControl, getControls, getMessageId, getType, hasControl, put, removeControl, setMessageId |
| Field Detail |
|---|
static final MessageTypeEnum TYPE
| Method Detail |
|---|
String getResponseName()
void setResponseName(String oid)
oid - the ResponseNamebyte[] getResponseValue()
void setResponseValue(byte[] value)
value - The responseValue
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||