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
Methods inherited from interface org.apache.directory.shared.ldap.message.Request |
hasResponse |
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.