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, a division of Red Hat, Inc.. All Rights Reserved.