org.apache.directory.shared.ldap.message
Class AbstractResponse
java.lang.Object
org.apache.directory.shared.ldap.message.AbstractMessage
org.apache.directory.shared.ldap.message.AbstractResponse
- All Implemented Interfaces:
- Message, Response
- Direct Known Subclasses:
- AbstractResultResponse, SearchResponseEntryImpl, SearchResponseReferenceImpl
public abstract class AbstractResponse
- extends AbstractMessage
- implements Response
Abstract base for a Lockable Response message.
- Version:
- $Rev: 434411 $
- 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. |
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 © 2004-2012. All Rights Reserved.