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

All Superinterfaces:
InternalMessage, InternalRequest, InternalResultResponseRequest
All Known Subinterfaces:
InternalSearchRequest
All Known Implementing Classes:
SearchRequestImpl

public interface ManyReplyRequest
extends InternalResultResponseRequest

A request that can generate zero, one, or more heterogenous responses for a single request.

Version:
$Rev: 910150 $
Author:
Apache Directory Project

Method Summary
 MessageTypeEnum[] getResponseTypes()
          Gets the various types of messages that can be generated by this kind of request.
 
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

getResponseTypes

MessageTypeEnum[] getResponseTypes()
Gets the various types of messages that can be generated by this kind of request.

Returns:
the messages types generated in response to this Request


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.