public interface InterceptorStack
Modifier and Type | Method and Description |
---|---|
void |
add(java.lang.Class<? extends Interceptor> interceptor)
Adds this interceptor at the end of the stack.
|
void |
addAsNext(java.lang.Class<? extends Interceptor> interceptor)
Deprecated.
|
void |
next(ResourceMethod method,
java.lang.Object resourceInstance)
Invokes the next interceptor on the stack.
|
void next(ResourceMethod method, java.lang.Object resourceInstance) throws InterceptionException
InterceptionException
void add(java.lang.Class<? extends Interceptor> interceptor)
@Deprecated void addAsNext(java.lang.Class<? extends Interceptor> interceptor)
Copyright © 2013 Caelum. All Rights Reserved.