org.apache.directory.shared.ldap.message
Interface ExtendedResponse

All Superinterfaces:
javax.naming.ldap.ExtendedResponse, Message, Response, ResultResponse, java.io.Serializable
All Known Implementing Classes:
ExtendedResponseImpl

public interface ExtendedResponse
extends ResultResponse, javax.naming.ldap.ExtendedResponse

Extended protocol response message used to confirm the results of a extended request message.

Version:
$Revision: 379008 $
Author:
Apache Directory Project

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

TYPE

public static final MessageTypeEnum TYPE
Extended response message type enumeration value

Method Detail

getResponseName

public java.lang.String getResponseName()
Gets the OID uniquely identifying this extended response (a.k.a. its name).

Returns:
the OID of the extended response type.

setResponseName

public void setResponseName(java.lang.String oid)
Sets the OID uniquely identifying this extended response (a.k.a. its name).

Parameters:
oid - the OID of the extended response type.

getResponse

public byte[] getResponse()
Gets the reponse OID specific encoded response values.

Returns:
the response specific encoded response values.

setResponse

public void setResponse(byte[] value)
Sets the reponse OID specific encoded response values.

Parameters:
value - the response specific encoded response values.


Copyright © 2003-2006 . All Rights Reserved.