org.apache.directory.api.ldap.model.message
Class AbstractResponse
java.lang.Object
org.apache.directory.api.ldap.model.message.AbstractMessage
org.apache.directory.api.ldap.model.message.AbstractResponse
- All Implemented Interfaces:
- Message, Response
- Direct Known Subclasses:
- AbstractResultResponse, SearchResultEntryImpl, SearchResultReferenceImpl
public abstract class AbstractResponse
- extends AbstractMessage
- implements Response
Abstract base for a Response message.
- Author:
- Apache Directory Project
|
Constructor Summary |
protected |
AbstractResponse(int id,
MessageTypeEnum type)
Allows subclasses based on the abstract type to create a response to a
request. |
| Methods inherited from class org.apache.directory.api.ldap.model.message.AbstractMessage |
addAllControls, addControl, equals, get, getControl, getControls, getMessageId, getType, hasControl, hashCode, put, removeControl, setMessageId, toString |
| Methods inherited from interface org.apache.directory.api.ldap.model.message.Message |
addAllControls, addControl, get, getControl, getControls, getMessageId, getType, hasControl, put, removeControl, setMessageId |
AbstractResponse
protected AbstractResponse(int id,
MessageTypeEnum type)
- Allows subclasses based on the abstract type to create a response to a
request.
- Parameters:
id - the response eliciting this Requesttype - the message type of the response
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.