Uses of Class
org.apache.directory.ldap.client.api.message.LdapResult

Packages that use LdapResult
org.apache.directory.ldap.client.api.message   
 

Uses of LdapResult in org.apache.directory.ldap.client.api.message
 

Methods in org.apache.directory.ldap.client.api.message that return LdapResult
 LdapResult ResponseWithResult.getLdapResult()
          Returns the response's result
 LdapResult AbstractResponseWithResult.getLdapResult()
          Creates a new instance of AbstractResponseWithResult.
 

Methods in org.apache.directory.ldap.client.api.message with parameters of type LdapResult
 void ResponseWithResult.setLdapResult(LdapResult ldapResult)
          Sets the result into the response.
 void AbstractResponseWithResult.setLdapResult(LdapResult ldapResult)
          Sets the result into the response.
 



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