|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRequestInterceptor
Used in an interceptor chain to do something with all incoming LDAP request messages.
Method Summary | |
---|---|
ResponseMessage |
getResponse()
If the interceptor has consumed a request in its handleRequest(RequestMessage)
method (which then has returned false) then this method must return the response message
for the consumed request. |
boolean |
handleRequest(RequestMessage requestMessage)
Handles the given request message in some way. |
Method Detail |
---|
boolean handleRequest(RequestMessage requestMessage)
requestMessage
- The completely parsed request message.
ResponseMessage getResponse()
handleRequest(RequestMessage)
method (which then has returned false) then this method must return the response message
for the consumed request.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |