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, setParameters
public Object proceed() throws Exception
proceed
in interface javax.interceptor.InvocationContext
proceed
in class AbstractInvocationContext<T>
Exception
public Constructor<?> getConstructor()
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.