org.apache.directory.shared.ldap.message.internal
Interface InternalResponse

All Superinterfaces:
InternalMessage
All Known Subinterfaces:
InternalAddResponse, InternalBindResponse, InternalCompareResponse, InternalDeleteResponse, InternalExtendedResponse, InternalIntermediateResponse, InternalModifyDnResponse, InternalModifyResponse, InternalResultResponse, InternalSearchResponseDone, InternalSearchResponseEntry, InternalSearchResponseReference
All Known Implementing Classes:
AddResponseImpl, BindResponseImpl, CancelResponse, CertGenerationResponse, CompareResponseImpl, DeleteResponseImpl, ExtendedResponseImpl, GracefulDisconnect, GracefulShutdownResponse, IntermediateResponseImpl, InternalAbstractResponse, InternalAbstractResultResponse, LaunchDiagnosticUiResponse, ModifyDnResponseImpl, ModifyResponseImpl, NoticeOfDisconnect, SearchResponseDoneImpl, SearchResponseEntryImpl, SearchResponseReferenceImpl, StoredProcedureResponse

public interface InternalResponse
extends InternalMessage

Super interface used as a marker for all protocol response type messages. Note that only 2 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: 905344 $
Author:
Apache Directory Project

Method Summary
 
Methods inherited from interface org.apache.directory.shared.ldap.message.internal.InternalMessage
add, addAll, get, getControls, getMessageId, getType, hasControl, put, remove
 



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