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

All Superinterfaces:
Message, Request, ResultResponseRequest
All Known Subinterfaces:
SearchRequest
All Known Implementing Classes:
SearchRequestImpl

public interface ManyReplyRequest
extends ResultResponseRequest

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

Version:
$Rev: 379008 $
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.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

getResponseTypes

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