|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interceptor An interceptor interrogates or manipulates an Invocation and hands it on to the next Interceptor.
Method Summary | |
Interceptor |
getNext()
Get the next Interceptor. |
java.lang.Object |
invoke(Invocation invocation)
Perform some interceptor specific action and propagate the Invocation. |
void |
setNext(Interceptor interceptor)
Append the next Interceptor. |
Method Detail |
public void setNext(Interceptor interceptor)
interceptor
- the interceptor, that follows this interceptorpublic Interceptor getNext()
public java.lang.Object invoke(Invocation invocation) throws java.lang.Throwable
invocation
- the Invocation
java.lang.Throwable
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |