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

All Superinterfaces:
Message, Request
All Known Subinterfaces:
AddRequest, BindRequest, CompareRequest, DeleteRequest, ExtendedRequest, ManyReplyRequest, ModifyDnRequest, ModifyRequest, SearchRequest, SingleReplyRequest
All Known Implementing Classes:
AddRequestImpl, BindRequestImpl, CompareRequestImpl, DeleteRequestImpl, ExtendedRequestImpl, ModifyDnRequestImpl, ModifyRequestImpl, SearchRequestImpl

public interface ResultResponseRequest
extends Request

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

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

Method Summary
 ResultResponse 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.Request
hasResponse
 
Methods inherited from interface org.apache.directory.shared.ldap.message.Message
add, get, getControls, getMessageId, getType, put, remove
 

Method Detail

getResultResponse

public ResultResponse 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-2006 . All Rights Reserved.