|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Extended protocol response message used to confirm the results of a extended request message.
Field Summary | |
static MessageTypeEnum |
TYPE
Extended response message type enumeration value |
Method Summary | |
byte[] |
getResponse()
Gets the reponse OID specific encoded response values. |
java.lang.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(java.lang.String oid)
Sets the OID uniquely identifying this extended response (a.k.a. |
Methods inherited from interface org.apache.directory.shared.ldap.message.ResultResponse |
getLdapResult |
Methods inherited from interface org.apache.directory.shared.ldap.message.Message |
add, get, getControls, getMessageId, getType, put, remove |
Methods inherited from interface javax.naming.ldap.ExtendedResponse |
getEncodedValue, getID |
Field Detail |
public static final MessageTypeEnum TYPE
Method Detail |
public java.lang.String getResponseName()
public void setResponseName(java.lang.String oid)
oid
- the OID of the extended response type.public byte[] getResponse()
public void setResponse(byte[] value)
value
- the response specific encoded response values.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |