public interface InternalExtendedResponse extends InternalResultResponse, ExtendedResponse
Modifier and Type | Field and Description |
---|---|
static MessageTypeEnum |
TYPE
Extended response message type enumeration value
|
Modifier and Type | Method and Description |
---|---|
byte[] |
getResponse()
Gets the reponse OID specific encoded response values.
|
String |
getResponseName()
Gets the OID uniquely identifying this extended response (a.k.a.
|
void |
setResponse(byte[] value)
Sets the reponse OID specific encoded response values.
|
void |
setResponseName(String oid)
Sets the OID uniquely identifying this extended response (a.k.a.
|
getLdapResult
add, addAll, get, getControls, getMessageId, getType, hasControl, put, remove
getEncodedValue, getID
static final MessageTypeEnum TYPE
String getResponseName()
void setResponseName(String oid)
oid
- the OID of the extended response type.byte[] getResponse()
void setResponse(byte[] value)
value
- the response specific encoded response values.Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.