Uses of Interface
org.apache.directory.api.ldap.model.message.ModifyDnResponse

Packages that use ModifyDnResponse
org.apache.directory.api.dsmlv2.reponse   
org.apache.directory.api.ldap.codec.decorators   
org.apache.directory.api.ldap.model.message   
org.apache.directory.api.ldap.model.message.extended   
org.apache.directory.ldap.client.api   
org.apache.directory.ldap.client.api.future   
 

Uses of ModifyDnResponse in org.apache.directory.api.dsmlv2.reponse
 

Classes in org.apache.directory.api.dsmlv2.reponse that implement ModifyDnResponse
 class ModDNResponseDsml
          DSML Decorator for ModDNResponse
 

Constructors in org.apache.directory.api.dsmlv2.reponse with parameters of type ModifyDnResponse
ModDNResponseDsml(LdapApiService codec, ModifyDnResponse ldapMessage)
          Creates a new getDecoratedMessage() of ModDNResponseDsml.
 

Uses of ModifyDnResponse in org.apache.directory.api.ldap.codec.decorators
 

Classes in org.apache.directory.api.ldap.codec.decorators that implement ModifyDnResponse
 class ModifyDnResponseDecorator
          A decorator for the ModifyDnResponse message
 

Constructors in org.apache.directory.api.ldap.codec.decorators with parameters of type ModifyDnResponse
ModifyDnResponseDecorator(LdapApiService codec, ModifyDnResponse decoratedMessage)
          Makes a ModifyDnResponse encodable.
 

Uses of ModifyDnResponse in org.apache.directory.api.ldap.model.message
 

Classes in org.apache.directory.api.ldap.model.message that implement ModifyDnResponse
 class ModifyDnResponseImpl
          ModifyDnResponse implementation
 

Methods in org.apache.directory.api.ldap.model.message that return ModifyDnResponse
 ModifyDnResponse ModifyDnRequestImpl.getResultResponse()
          The result containing response for this request.
 

Uses of ModifyDnResponse in org.apache.directory.api.ldap.model.message.extended
 

Classes in org.apache.directory.api.ldap.model.message.extended that implement ModifyDnResponse
 class ModifyDnNoDResponse
          An extended operation intended for notifying clients of upcoming disconnection for the ModifyDn response.
 

Uses of ModifyDnResponse in org.apache.directory.ldap.client.api
 

Methods in org.apache.directory.ldap.client.api that return ModifyDnResponse
 ModifyDnResponse LdapNetworkConnection.modifyDn(ModifyDnRequest modDnRequest)
          Performs the modifyDn operation based on the given ModifyDnRequest.
 ModifyDnResponse LdapConnection.modifyDn(ModifyDnRequest modDnRequest)
          Performs the modifyDn operation based on the given ModifyDnRequest.
 

Uses of ModifyDnResponse in org.apache.directory.ldap.client.api.future
 

Methods in org.apache.directory.ldap.client.api.future that return ModifyDnResponse
 ModifyDnResponse ModifyDnFuture.get()
          Get the ModifyDnResponse, blocking until one is received.
 ModifyDnResponse ModifyDnFuture.get(long timeout, TimeUnit unit)
          Get the ModifyDnResponse, blocking until one is received, or until the given timeout is reached.
 



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