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

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

public interface SingleReplyRequest
extends ResultResponseRequest

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

Version:
$Rev: 379008 $
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.shared.ldap.message.ResultResponseRequest
getResultResponse
 
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

getResponseType

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