public interface Interceptor
| Modifier and Type | Field and Description |
|---|---|
static Interceptor[] |
EMPTY_ARRAY
An empty interceptor array.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
processInvocation(InterceptorContext context)
Process an invocation.
|
static final Interceptor[] EMPTY_ARRAY
Object processInvocation(InterceptorContext context) throws Exception
context - the interceptor contextException - If the underlying invocation resulted in some exceptionCopyright © 2021 JBoss by Red Hat. All rights reserved.