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

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

public interface InternalResultResponse
extends InternalResponse

An LDAP Response that contains an LDAPResult structure within it.

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

Method Summary
 InternalLdapResult getLdapResult()
          Gets the LdapResult components of this Response.
 
Methods inherited from interface org.apache.directory.shared.ldap.message.internal.InternalMessage
add, addAll, get, getControls, getMessageId, getType, hasControl, put, remove
 

Method Detail

getLdapResult

InternalLdapResult getLdapResult()
Gets the LdapResult components of this Response.

Returns:
the LdapResult for this Response.


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