public class InterceptorInvocationContext<T> extends AbstractInvocationContext<T>
| Constructor and Description |
|---|
InterceptorInvocationContext(T target,
javax.enterprise.inject.spi.InterceptionType type,
List<javax.enterprise.inject.spi.Interceptor<?>> interceptors,
Map<javax.enterprise.inject.spi.Interceptor<?>,?> instances,
Method method,
Object[] parameters) |
| Modifier and Type | Method and Description |
|---|---|
Constructor<?> |
getConstructor() |
Object |
proceed() |
getContextData, getMethod, getParameters, getTarget, getTimer, setParameterspublic Object proceed() throws Exception
proceed in interface javax.interceptor.InvocationContextproceed in class AbstractInvocationContext<T>Exceptionpublic Constructor<?> getConstructor()
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.