|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.ldap.client.api.message.AbstractMessage
org.apache.directory.ldap.client.api.message.AbstractResponseWithResult
public abstract class AbstractResponseWithResult
A request who's one or more responses contains an LdapResult.
Constructor Summary | |
---|---|
AbstractResponseWithResult()
|
Method Summary | |
---|---|
LdapResult |
getLdapResult()
Creates a new instance of AbstractResponseWithResult. |
void |
setLdapResult(LdapResult ldapResult)
Sets the result into the response. |
java.lang.String |
toString()
Get a String representation of an Response |
Methods inherited from class org.apache.directory.ldap.client.api.message.AbstractMessage |
---|
add, getControl, getControls, getMessageId, hasControl, remove, setMessageId |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.apache.directory.ldap.client.api.message.Message |
---|
add, getControl, getControls, getMessageId, hasControl, remove, setMessageId |
Constructor Detail |
---|
public AbstractResponseWithResult()
Method Detail |
---|
public LdapResult getLdapResult()
getLdapResult
in interface ResponseWithResult
public void setLdapResult(LdapResult ldapResult)
setLdapResult
in interface ResponseWithResult
ldapResult
- The LdapResult instance associated with this responsepublic java.lang.String toString()
toString
in class AbstractMessage
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |