|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Q - type of ldap requestS - type of ldap responsepublic interface Handler<Q extends Request,S>
Interface for ldap handlers.
| Method Summary | |
|---|---|
HandlerResult<S> |
handle(Connection conn,
Q request,
S result)
Handle the supplied result. |
| Method Detail |
|---|
HandlerResult<S> handle(Connection conn,
Q request,
S result)
throws LdapException
conn - connection the operation was executed onrequest - executed by the operationresult - produced from the operation
LdapException - if handling fails
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||