JavaScript is disabled on your browser.
Invocation API 1.2.1.Final
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
All Known Implementing Classes:
AccessCheckingInterceptor , ContextClassLoaderInterceptor , DoAsInterceptor , InitialInterceptor , MethodInterceptor , MethodInvokingInterceptor , PrivilegedInterceptor , PrivilegedWithCombinerInterceptor
public interface Interceptor
A processor for invocations. May perform some action, including but not limited to handling the invocation, before
or in lieu of passing it on to the dispatcher or another processor.
Author:
Carlo de Wolf , David M. Lloyd
Method Detail
processInvocation
Object processInvocation(InterceptorContext context)
throws Exception
Process an invocation. The invocation can be handled directly, or passed on to the next processor in the
chain.
Parameters:
context
- the interceptor context
Returns:
the result of the invocation
Throws:
Exception
- If the underlying invocation resulted in some exception
Invocation API 1.2.1.Final
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2014 JBoss by Red Hat . All rights reserved.