|
All LDAP Classes Internal LDAP Classes |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LDAPReader
Describes the interfaces used by applications to read LDAP messages from an input source.
LDAPWriter
Method Summary | |
---|---|
java.lang.String |
getVersion()
Returns version of data format being read from the source. |
boolean |
isRequest()
Returns the type of messages being read from the source, true if request data or false if result data. |
LDAPMessage |
readMessage()
Reads an LDAPMessage from the data source. |
Method Detail |
---|
java.lang.String getVersion()
boolean isRequest()
LDAPMessage readMessage() throws LDAPException, java.io.IOException
LDAPException
java.io.IOException
|
All LDAP Classes Internal LDAP Classes |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |