KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > naming > ldap > ExtendedRequest

javax.naming.ldap
Interface ExtendedRequest

All Superinterfaces:
Serializable
All Known Implementing Classes:
StartTlsRequest
See Also:
Top Examples, Source Code, ExtendedResponse, LdapContext.extendedOperation(javax.naming.ldap.ExtendedRequest)

ExtendedResponse createExtendedResponse(String id,
                                        byte[] berValue,
                                        int offset,
                                        int length)
                                        throws NamingException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


byte[] getEncodedValue()
See Also:
IllegalStateException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


String getID()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags