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

All Superinterfaces:
Message
All Known Subinterfaces:
AddResponse, BindResponse, CompareResponse, DeleteResponse, ExtendedResponse, ModifyDnResponse, ModifyResponse, ResultResponse, SearchResponseDone, SearchResponseEntry, SearchResponseReference
All Known Implementing Classes:
AbstractResponse, AbstractResultResponse, AddResponseImpl, BindResponseImpl, CompareResponseImpl, DeleteResponseImpl, ExtendedResponseImpl, ModifyDnResponseImpl, ModifyResponseImpl, SearchResponseDoneImpl, SearchResponseEntryImpl, SearchResponseReferenceImpl

public interface Response
extends Message

Super interface used as a marker for all protocol response type messages. Note that only 4 response interfaces directly extend this interfaces. They are listed below:


All other responses derive from the ResultResponse interface. These responses unlike the three above have an LdapResult component. The ResultResponse interface takes this into account providing a Response with an LdapResult property.

Version:
$Revision: 379008 $
Author:
Alex Karasulu, $Author: akarasulu $

Methods inherited from interface org.apache.directory.shared.ldap.message.Message
add, get, getControls, getMessageId, getType, put, remove
 



Copyright © 2003-2006 . All Rights Reserved.