|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InternalExtendedResponse
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.internal.InternalResultResponse |
---|
getLdapResult |
Methods inherited from interface org.apache.directory.shared.ldap.message.internal.InternalMessage |
---|
add, addAll, get, getControls, getMessageId, getType, hasControl, put, remove |
Methods inherited from interface javax.naming.ldap.ExtendedResponse |
---|
getEncodedValue, getID |
Field Detail |
---|
static final MessageTypeEnum TYPE
Method Detail |
---|
java.lang.String getResponseName()
void setResponseName(java.lang.String oid)
oid
- the OID of the extended response type.byte[] getResponse()
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 |