org.apache.directory.ldap.client.api.message
Class ModifyResponse

java.lang.Object
  extended by org.apache.directory.ldap.client.api.message.AbstractMessage
      extended by org.apache.directory.ldap.client.api.message.AbstractResponseWithResult
          extended by org.apache.directory.ldap.client.api.message.ModifyResponse
All Implemented Interfaces:
Message, Response, ResponseWithResult

public class ModifyResponse
extends AbstractResponseWithResult

Modify operation's response.

Version:
$Rev$, $Date$
Author:
Apache Directory Project

Constructor Summary
ModifyResponse()
           
 
Method Summary
 
Methods inherited from class org.apache.directory.ldap.client.api.message.AbstractResponseWithResult
getLdapResult, setLdapResult, toString
 
Methods inherited from class org.apache.directory.ldap.client.api.message.AbstractMessage
add, getControl, getControls, getMessageId, hasControl, remove, setMessageId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.directory.ldap.client.api.message.Message
add, getControl, getControls, getMessageId, hasControl, remove, setMessageId
 

Constructor Detail

ModifyResponse

public ModifyResponse()


Copyright © 2009-2011 Apache Software Foundation. All Rights Reserved.