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
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.