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

All Superinterfaces:
InternalMessage, InternalRequest
All Known Subinterfaces:
InternalAddRequest, InternalBindRequest, InternalCompareRequest, InternalDeleteRequest, InternalExtendedRequest, InternalModifyDnRequest, InternalModifyRequest, InternalSearchRequest, ManyReplyRequest, SingleReplyRequest
All Known Implementing Classes:
AddRequestImpl, BindRequestImpl, CancelRequest, CertGenerationRequest, CompareRequestImpl, DeleteRequestImpl, ExtendedRequestImpl, GracefulShutdownRequest, LaunchDiagnosticUiRequest, ModifyDnRequestImpl, ModifyRequestImpl, SearchRequestImpl, StoredProcedureRequest

public interface InternalResultResponseRequest
extends InternalRequest

A request who's one or more responses contains an LdapResult.

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

Method Summary
 InternalResultResponse getResultResponse()
          If called for the first time, this methohd creates a result containing response object for this request.
 
Methods inherited from interface org.apache.directory.shared.ldap.message.internal.InternalRequest
hasResponse
 
Methods inherited from interface org.apache.directory.shared.ldap.message.internal.InternalMessage
add, addAll, get, getControls, getMessageId, getType, hasControl, put, remove
 

Method Detail

getResultResponse

InternalResultResponse getResultResponse()
If called for the first time, this methohd creates a result containing response object for this request.

Returns:
a result containing response with defaults and the messageId set in response to this specific request


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