org.apache.directory.api.ldap.model.message
Interface SingleReplyRequest<R extends ResultResponse>

All Superinterfaces:
Message, Request, ResultResponseRequest<R>
All Known Subinterfaces:
AddRequest, BindRequest, CompareRequest, DeleteRequest, ExtendedRequest<R>, ModifyDnRequest, ModifyRequest
All Known Implementing Classes:
AbstractExtendedRequest, AddRequestImpl, BindRequestImpl, CompareRequestImpl, DeleteRequestImpl, ExtendedRequestImpl, ModifyDnRequestImpl, ModifyRequestImpl

public interface SingleReplyRequest<R extends ResultResponse>
extends ResultResponseRequest<R>

Super interface for all request messages returning only one type of response.

Author:
Apache Directory Project

Method Summary
 MessageTypeEnum getResponseType()
          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.ResultResponseRequest
getResultResponse
 
Methods inherited from interface org.apache.directory.api.ldap.model.message.Request
hasResponse
 
Methods inherited from interface org.apache.directory.api.ldap.model.message.Message
addAllControls, addControl, get, getControl, getControls, getMessageId, getType, hasControl, put, removeControl, setMessageId
 

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.


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.