public abstract class InterceptorStack extends Object implements Interceptor
| Constructor and Description |
|---|
InterceptorStack() |
| Modifier and Type | Method and Description |
|---|---|
protected InterceptorStack |
addInterceptors(Interceptor... interceptors) |
abstract void |
config() |
void |
intercept(Invocation inv) |
protected final InterceptorStack addInterceptors(Interceptor... interceptors)
public final void intercept(Invocation inv)
intercept in interface Interceptorpublic abstract void config()
Copyright © 2018. All rights reserved.