public interface ResponseWithResult extends Response
Modifier and Type | Method and Description |
---|---|
LdapResult |
getLdapResult()
Returns the response's result
|
void |
setLdapResult(LdapResult ldapResult)
Sets the result into the response.
|
add, getControl, getControls, getMessageId, hasControl, remove, setMessageId
LdapResult getLdapResult()
void setLdapResult(LdapResult ldapResult)
ldapResult
- The LdapResult instance associated with this responseCopyright © 2009-2012 Apache Software Foundation. All Rights Reserved.