Interface SingleReplyRequest
-
- All Superinterfaces:
Message,Request,ResultResponseRequest
- All Known Subinterfaces:
AddRequest,BindRequest,CompareRequest,DeleteRequest,ExtendedRequest,ModifyDnRequest,ModifyRequest
- All Known Implementing Classes:
AbstractExtendedRequest,AddRequestImpl,BindRequestImpl,CompareRequestImpl,DeleteRequestImpl,ModifyDnRequestImpl,ModifyRequestImpl,OpaqueExtendedRequest
public interface SingleReplyRequest extends ResultResponseRequest
Super interface for all request messages returning only one type of response.- Author:
- Apache Directory Project
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MessageTypeEnumgetResponseType()Gets the protocol response message type for this request which produces at least one response.-
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
-
Methods inherited from interface org.apache.directory.api.ldap.model.message.ResultResponseRequest
getResultResponse
-
-
-
-
Method Detail
-
getResponseType
MessageTypeEnum getResponseType()
Gets the protocol response message type for this request which produces at least one response.- Returns:
- the message type of the response.
-
-