|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.unboundid.ldap.sdk.migrate.ldapjdk.LDAPResponse
com.unboundid.ldap.sdk.migrate.ldapjdk.LDAPExtendedResponse
@Extensible @NotMutable @ThreadSafety(level=COMPLETELY_THREADSAFE) public class LDAPExtendedResponse
This class provides a data structure which represents an LDAP extended
response.
This class is primarily intended to be used in the process of updating
applications which use the Netscape Directory SDK for Java to switch to or
coexist with the UnboundID LDAP SDK for Java. For applications not written
using the Netscape Directory SDK for Java, the ExtendedResult class
should be used instead.
| Constructor Summary | |
|---|---|
LDAPExtendedResponse(ExtendedResult extendedResult)
Creates a new LDAP extended response from the provided ExtendedResult object. |
|
| Method Summary | |
|---|---|
java.lang.String |
getID()
Retrieves the OID for this LDAP extended response, if any. |
byte[] |
getValue()
Retrieves the value for this LDAP extended response, if any. |
ExtendedResult |
toExtendedResult()
Retrieves an ExtendedResult object that is the equivalent of this
LDAP extended response. |
java.lang.String |
toString()
Retrieves a string representation of this LDAP extended response. |
| Methods inherited from class com.unboundid.ldap.sdk.migrate.ldapjdk.LDAPResponse |
|---|
getControls, getErrorMessage, getMatchedDN, getMessageID, getReferrals, getResultCode, toLDAPResult |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LDAPExtendedResponse(ExtendedResult extendedResult)
ExtendedResult object.
extendedResult - The ExtendedResult to use to create this
LDAP extended response.| Method Detail |
|---|
public java.lang.String getID()
null if there
is none.public byte[] getValue()
null if
there is none.public final ExtendedResult toExtendedResult()
ExtendedResult object that is the equivalent of this
LDAP extended response.
ExtendedResult object that is the equivalent of this
LDAP extended response.public java.lang.String toString()
toString in class LDAPResponse
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||