JNDI 1.2

Uses of Interface
javax.naming.ldap.ExtendedResponse

Packages that use ExtendedResponse
javax.naming.ldap Provides support for LDAPv3 extended operations and controls. 
 

Uses of ExtendedResponse in javax.naming.ldap
 

Subinterfaces of ExtendedResponse in javax.naming.ldap
 interface UnsolicitedNotification
          This interface represents an unsolicited notification as defined in RFC 2251.
 

Methods in javax.naming.ldap that return ExtendedResponse
 ExtendedResponse ExtendedRequest.createExtendedResponse(String id, byte[] berValue, int offset, int length)
          Creates the response object that corresponds to this request.
 ExtendedResponse LdapContext.extendedOperation(ExtendedRequest request)
          Performs an extended operation.
 ExtendedResponse InitialLdapContext.extendedOperation(ExtendedRequest request)
          Performs an extended operation.
 


JNDI 1.2

For more information on JNDI, please see http://java.sun.com/products/jndi