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, setMessageId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
add, getControl, getControls, getMessageId, hasControl, remove, setMessageId
public LdapResult getLdapResult()
getLdapResult
in interface ResponseWithResult
public void setLdapResult(LdapResult ldapResult)
setLdapResult
in interface ResponseWithResult
ldapResult
- The LdapResult instance associated with this responsepublic String toString()
toString
in class AbstractMessage
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.