public final class DoAsInterceptor extends Object implements Interceptor
Subject
.EMPTY_ARRAY
Modifier and Type | Method and Description |
---|---|
static InterceptorFactory |
getFactory()
Get a factory which returns the singleton instance.
|
static DoAsInterceptor |
getInstance()
Get the singleton instance.
|
Object |
processInvocation(InterceptorContext context)
Process an invocation.
|
public static DoAsInterceptor getInstance()
public static InterceptorFactory getFactory()
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.