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: 437007 $
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, 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-2009 Apache Software Foundation. All Rights Reserved.