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

Packages that use AddResponse
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 AddResponse in org.apache.directory.api.dsmlv2.reponse
 

Classes in org.apache.directory.api.dsmlv2.reponse that implement AddResponse
 class AddResponseDsml
          DSML Decorator for AddResponse
 

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

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

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

Methods in org.apache.directory.api.ldap.codec.decorators that return AddResponse
 AddResponse AddResponseDecorator.getAddResponse()
           
 

Constructors in org.apache.directory.api.ldap.codec.decorators with parameters of type AddResponse
AddResponseDecorator(LdapApiService codec, AddResponse decoratedMessage)
          Makes a AddResponse a MessageDecorator.
 

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

Classes in org.apache.directory.api.ldap.model.message that implement AddResponse
 class AddResponseImpl
          AddResponse implementation.
 

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

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

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

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

Methods in org.apache.directory.ldap.client.api that return AddResponse
 AddResponse LdapNetworkConnection.add(AddRequest addRequest)
          Add an entry present in the AddRequest to the server.
 AddResponse LdapConnection.add(AddRequest addRequest)
          Add an entry present in the AddRequest to the server.
 

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

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



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