org.apache.directory.shared.ldap.message.internal
Class InternalAbstractResponse
java.lang.Object
org.apache.directory.shared.ldap.message.internal.InternalAbstractMessage
org.apache.directory.shared.ldap.message.internal.InternalAbstractResponse
- All Implemented Interfaces:
- InternalMessage, InternalResponse
- Direct Known Subclasses:
- InternalAbstractResultResponse, SearchResponseEntryImpl, SearchResponseReferenceImpl
public abstract class InternalAbstractResponse
- extends InternalAbstractMessage
- implements InternalResponse
Abstract base for a Lockable Response message.
- Version:
- $Rev: 910150 $
- Author:
- Apache Directory Project
| Methods inherited from class org.apache.directory.shared.ldap.message.internal.InternalAbstractMessage |
add, addAll, equals, get, getControls, getMessageId, getType, hasControl, hashCode, put, remove |
InternalAbstractResponse
protected InternalAbstractResponse(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-2010 The Apache Software Foundation. All Rights Reserved.