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

All Superinterfaces:
InternalMessage, InternalRequest, InternalResultResponseRequest
All Known Subinterfaces:
InternalAddRequest, InternalBindRequest, InternalCompareRequest, InternalDeleteRequest, InternalExtendedRequest, InternalModifyDnRequest, InternalModifyRequest
All Known Implementing Classes:
AddRequestImpl, BindRequestImpl, CancelRequest, CertGenerationRequest, CompareRequestImpl, DeleteRequestImpl, ExtendedRequestImpl, GracefulShutdownRequest, LaunchDiagnosticUiRequest, ModifyDnRequestImpl, ModifyRequestImpl, StoredProcedureRequest

public interface SingleReplyRequest
extends InternalResultResponseRequest

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

Version:
$Rev: 910150 $
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.internal.InternalResultResponseRequest
getResultResponse
 
Methods inherited from interface org.apache.directory.shared.ldap.message.internal.InternalRequest
hasResponse
 
Methods inherited from interface org.apache.directory.shared.ldap.message.internal.InternalMessage
add, addAll, get, getControls, getMessageId, getType, hasControl, put, remove
 

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-2011 Apache Software Foundation. All Rights Reserved.