public class MethodInterceptor extends Object
| Constructor and Description |
|---|
MethodInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
Object |
methodInterceptor(javax.interceptor.InvocationContext ctx)
The interceptor method.
|
void |
methodInterceptorPostConstruct(javax.interceptor.InvocationContext ctx)
The interceptor method.
|
public Object methodInterceptor(javax.interceptor.InvocationContext ctx) throws Exception
@ExcludeClassInterceptorsctx - - InvocationContextruntime - exceptions or application exceptions that are allowed in the throws clause of the business method.Exception@PostConstruct public void methodInterceptorPostConstruct(javax.interceptor.InvocationContext ctx) throws Exception
runtime - exceptions.ExceptionCopyright © 1999–2017 The Apache Software Foundation. All rights reserved.