Interface ResultResponseRequest
-
- All Known Subinterfaces:
AddRequest,BindRequest,CompareRequest,DeleteRequest,ExtendedRequest,ManyReplyRequest,ModifyDnRequest,ModifyRequest,SearchRequest,SingleReplyRequest
- All Known Implementing Classes:
AbstractExtendedRequest,AddRequestImpl,BindRequestImpl,CompareRequestImpl,DeleteRequestImpl,ModifyDnRequestImpl,ModifyRequestImpl,OpaqueExtendedRequest,SearchRequestImpl
public interface ResultResponseRequest extends Request
A request who's one or more responses contains an LdapResult.- Author:
- Apache Directory Project
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResultResponsegetResultResponse()If called for the first time, this method creates a result containing response object for this request.-
Methods inherited from interface org.apache.directory.api.ldap.model.message.Message
addAllControls, addControl, get, getControl, getControls, getMessageId, getType, hasControl, put, removeControl, setMessageId
-
Methods inherited from interface org.apache.directory.api.ldap.model.message.Request
hasResponse
-
-
-
-
Method Detail
-
getResultResponse
ResultResponse getResultResponse()
If called for the first time, this method 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
-
-