public interface Interceptor
| Modifier and Type | Method and Description |
|---|---|
Object |
processInvocation(InterceptorContext context)
Process an invocation.
|
Object processInvocation(InterceptorContext context) throws Exception
context - the interceptor contextException - If the underlying invocation resulted in some exceptionCopyright © 2012 JBoss by Red Hat. All Rights Reserved.