public abstract class AbstractResponseWithResult extends AbstractMessage implements ResponseWithResult
| Constructor and Description |
|---|
AbstractResponseWithResult() |
| Modifier and Type | Method and Description |
|---|---|
LdapResult |
getLdapResult()
Creates a new instance of AbstractResponseWithResult.
|
void |
setLdapResult(LdapResult ldapResult)
Sets the result into the response.
|
String |
toString()
Get a String representation of an Response
|
add, getControl, getControls, getMessageId, hasControl, remove, setMessageIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitadd, getControl, getControls, getMessageId, hasControl, remove, setMessageIdpublic LdapResult getLdapResult()
getLdapResult in interface ResponseWithResultpublic void setLdapResult(LdapResult ldapResult)
setLdapResult in interface ResponseWithResultldapResult - The LdapResult instance associated with this responsepublic String toString()
toString in class AbstractMessageCopyright © 2009–2016 The Apache Software Foundation. All rights reserved.