Directory SDK
for Java 4.19

netscape.ldap
Class LDAPExtendedResponse

java.lang.Object
  extended bynetscape.ldap.LDAPMessage
      extended bynetscape.ldap.LDAPResponse
          extended bynetscape.ldap.LDAPExtendedResponse
All Implemented Interfaces:
Serializable

public class LDAPExtendedResponse
extends LDAPResponse
implements Serializable

Represents a server response to an extended operation request.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class netscape.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
 String getID()
          Returns the OID of the response.
 String getOID()
          Deprecated. Use LDAPExtendedResponse.getID()
 byte[] getValue()
          Returns the raw bytes of the value part of the response.
 
Methods inherited from class netscape.ldap.LDAPResponse
getErrorMessage, getMatchedDN, getReferrals, getResultCode
 
Methods inherited from class netscape.ldap.LDAPMessage
getControls, getMessageID, getType, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getID

public String getID()
Returns the OID of the response.

Returns:
the response OID.

getOID

public String getOID()
Deprecated. Use LDAPExtendedResponse.getID()

Returns the OID of the response.

Returns:
the response OID.

getValue

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

Returns:
response as a raw array of bytes.

Directory SDK
for Java 4.19

Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 2008 Sun Microsystems, Inc. All Rights Reserved.