org.apache.directory.shared.ldap.message
Class AbstractResponse

java.lang.Object
  extended byorg.apache.directory.shared.ldap.message.AbstractMessage
      extended byorg.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: 379008 $
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.shared.ldap.message.AbstractMessage
add, equals, get, getControls, getMessageId, getType, put, remove
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.directory.shared.ldap.message.Message
add, get, getControls, getMessageId, getType, put, remove
 

Constructor Detail

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 Request
type - the message type of the response


Copyright © 2003-2006 . All Rights Reserved.