public final class MethodInvokingInterceptor extends Object implements Interceptor
EMPTY_ARRAY
Constructor and Description |
---|
MethodInvokingInterceptor(Object target,
Method method)
Construct a new instance.
|
Modifier and Type | Method and Description |
---|---|
Object |
processInvocation(InterceptorContext context)
Process an invocation.
|
public Object processInvocation(InterceptorContext context) throws Exception
processInvocation
in interface Interceptor
context
- the interceptor contextException
- If the underlying invocation resulted in some exceptionCopyright © 2023 JBoss by Red Hat. All rights reserved.