org.apache.directory.api.ldap.model.message
Interface ExtendedResponse

All Superinterfaces:
Message, Response, ResultResponse
All Known Implementing Classes:
ExtendedNoDResponse, ExtendedResponseImpl, NoticeOfDisconnect

public interface ExtendedResponse
extends ResultResponse

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

Author:
Apache Directory Project

Field Summary
static MessageTypeEnum TYPE
          Extended response message type enumeration value
 
Method Summary
 String getResponseName()
          Gets the OID uniquely identifying this extended response (a.k.a.
 void setResponseName(String oid)
          Sets the OID uniquely identifying this extended response (a.k.a.
 
Methods inherited from interface org.apache.directory.api.ldap.model.message.ResultResponse
getLdapResult
 
Methods inherited from interface org.apache.directory.api.ldap.model.message.Message
addAllControls, addControl, get, getControl, getControls, getMessageId, getType, hasControl, put, removeControl, setMessageId
 

Field Detail

TYPE

static final MessageTypeEnum TYPE
Extended response message type enumeration value

Method Detail

getResponseName

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(String oid)
Sets the OID uniquely identifying this extended response (a.k.a. its name).

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


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.