org.apache.directory.api.ldap.model.message
Class ModifyDnResponseImpl

java.lang.Object
  extended by org.apache.directory.api.ldap.model.message.AbstractMessage
      extended by org.apache.directory.api.ldap.model.message.AbstractResponse
          extended by org.apache.directory.api.ldap.model.message.AbstractResultResponse
              extended by org.apache.directory.api.ldap.model.message.ModifyDnResponseImpl
All Implemented Interfaces:
Message, ModifyDnResponse, Response, ResultResponse
Direct Known Subclasses:
ModifyDnNoDResponse

public class ModifyDnResponseImpl
extends AbstractResultResponse
implements ModifyDnResponse

ModifyDnResponse implementation

Author:
Apache Directory Project

Field Summary
 
Fields inherited from class org.apache.directory.api.ldap.model.message.AbstractResultResponse
ldapResult
 
Fields inherited from class org.apache.directory.api.ldap.model.message.AbstractMessage
controls
 
Fields inherited from interface org.apache.directory.api.ldap.model.message.ModifyDnResponse
TYPE
 
Constructor Summary
ModifyDnResponseImpl()
          Creates a ModifyDnResponse as a reply to an ModifyDnRequest.
ModifyDnResponseImpl(int id)
          Creates a ModifyDnResponse as a reply to an ModifyDnRequest.
 
Method Summary
 String toString()
          Get a String representation of a ModifyDNResponse
 
Methods inherited from class org.apache.directory.api.ldap.model.message.AbstractResultResponse
equals, getLdapResult, hashCode
 
Methods inherited from class org.apache.directory.api.ldap.model.message.AbstractMessage
addAllControls, addControl, get, getControl, getControls, getMessageId, getType, hasControl, put, removeControl, setMessageId, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.directory.api.ldap.model.message.ResultResponse
getLdapResult
 
Methods inherited from interface org.apache.directory.api.ldap.model.message.Message
addAllControls, addControl, get, getControl, getControls, getMessageId, getType, hasControl, put, removeControl, setMessageId
 

Constructor Detail

ModifyDnResponseImpl

public ModifyDnResponseImpl()
Creates a ModifyDnResponse as a reply to an ModifyDnRequest.


ModifyDnResponseImpl

public ModifyDnResponseImpl(int id)
Creates a ModifyDnResponse as a reply to an ModifyDnRequest.

Parameters:
id - the sequence if of this response
Method Detail

toString

public String toString()
Get a String representation of a ModifyDNResponse

Overrides:
toString in class AbstractResultResponse
Returns:
A ModifyDNResponse String


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.