LDAP Classes
Implements Java LDAP

org.ietf.ldap
Class LDAPExtendedResponse

java.lang.Object
  |
  +--org.ietf.ldap.LDAPMessage
        |
        +--org.ietf.ldap.LDAPResponse
              |
              +--org.ietf.ldap.LDAPExtendedResponse

public class LDAPExtendedResponse
extends LDAPResponse

Encapsulates the response returned by an LDAP server on an asynchronous extended operation request.

See Also:
com.novell.ldap.LDAPExtendedResponse

Field Summary
 
Fields inherited from class org.ietf.ldap.LDAPMessage
ABANDON_REQUEST, ADD_REQUEST, ADD_RESPONSE, BIND_REQUEST, BIND_RESPONSE, COMPARE_REQUEST, COMPARE_RESPONSE, DEL_REQUEST, DEL_RESPONSE, EXTENDED_REQUEST, EXTENDED_RESPONSE, MODIFY_RDN_REQUEST, MODIFY_RDN_RESPONSE, MODIFY_REQUEST, MODIFY_RESPONSE, SEARCH_REQUEST, SEARCH_RESPONSE, SEARCH_RESULT, SEARCH_RESULT_REFERENCE, UNBIND_REQUEST
 
Method Summary
 java.lang.String getID()
          Returns the message identifier of the response.
 byte[] getValue()
          Returns the value part of the response in raw bytes.
 
Methods inherited from class org.ietf.ldap.LDAPResponse
getControls, getErrorMessage, getMatchedDN, getMessageID, getReferrals, getResultCode, getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getID

public java.lang.String getID()
Returns the message identifier of the response.

See Also:
com.novell.ldap.LDAPExtendedResponse.getID()

getValue

public byte[] getValue()
Returns the value part of the response in raw bytes.

See Also:
com.novell.ldap.LDAPExtendedResponse.getValue()

LDAP Classes
Implements Java LDAP

Copyright © 2002 Novell, Inc. All Rights Reserved.
Novell, Inc.
1800 South Novell Place
Provo, Ut 84606
Phone: (801) 861-5000