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

All Superinterfaces:
InternalMessage, InternalResponse, InternalResultResponse
All Known Implementing Classes:
AddResponseImpl

public interface InternalAddResponse
extends InternalResultResponse

Add protocol response message used to confirm the results of a add request message.

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

Field Summary
static MessageTypeEnum TYPE
          Add response message type enumeration value
 
Method Summary
 
Methods inherited from interface org.apache.directory.shared.ldap.message.InternalResultResponse
getLdapResult
 
Methods inherited from interface org.apache.directory.shared.ldap.message.InternalMessage
add, addAll, get, getControls, getMessageId, getType, hasControl, put, remove
 

Field Detail

TYPE

static final MessageTypeEnum TYPE
Add response message type enumeration value



Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.