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

All Superinterfaces:
javax.naming.ldap.ExtendedResponse, Message, Response, ResultResponse, java.io.Serializable

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: 476948 $
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, addAll, get, getControls, getMessageId, getType, hasControl, put, remove
 
Methods inherited from interface javax.naming.ldap.ExtendedResponse
getEncodedValue, getID
 

Field Detail

TYPE

static final MessageTypeEnum TYPE
Extended response message type enumeration value

Method Detail

getResponseName

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

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

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

Returns:
the response specific encoded response values.

setResponse

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

Parameters:
value - the response specific encoded response values.


Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.