public final class PrivilegedWithCombinerInterceptor extends Object implements Interceptor
Modifier and Type | Method and Description |
---|---|
static InterceptorFactory |
getFactory()
Get a factory which returns the singleton instance.
|
static PrivilegedWithCombinerInterceptor |
getInstance()
Get the singleton instance.
|
Object |
processInvocation(InterceptorContext context)
Process an invocation.
|
public static PrivilegedWithCombinerInterceptor 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 © 2013 JBoss by Red Hat. All rights reserved.