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

All Superinterfaces:
Message, Response, ResultResponse
All Known Implementing Classes:
ModifyDnNoDResponse, ModifyDnResponseImpl

public interface ModifyDnResponse
extends ResultResponse

Modify Dn protocol response message used to confirm the results of a modify Dn request message.

Author:
Apache Directory Project

Field Summary
static MessageTypeEnum TYPE
          Modify Dn response message type enumeration value
 
Method Summary
 
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
Modify Dn response message type enumeration value



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