ExtendedResponse Event
Fired for LDAP V3 Extended Responses.
Syntax
public void fireExtendedResponse(LdapExtendedResponseEvent event); public class LdapExtendedResponseEvent { public int messageId; public String DN; public int resultCode; public String description; public String responseName; public byte [] responseValue; }
Remarks
The first four parameters are the same as the parameters of the Result event. ResponseName and ResponseValue are related to the corresponding parameters of the call to ExtendedRequest.