public class ReflectionInvocationContext extends Object implements javax.interceptor.InvocationContext
| Constructor and Description |
|---|
ReflectionInvocationContext(Operation operation,
List<Interceptor> interceptors,
Object target,
Method method,
Object... parameters) |
public Object getTimer()
getTimer in interface javax.interceptor.InvocationContextpublic Object getTarget()
getTarget in interface javax.interceptor.InvocationContextpublic Method getMethod()
getMethod in interface javax.interceptor.InvocationContextpublic Object[] getParameters()
getParameters in interface javax.interceptor.InvocationContextpublic void setParameters(Object[] parameters)
setParameters in interface javax.interceptor.InvocationContextpublic Map<String,Object> getContextData()
getContextData in interface javax.interceptor.InvocationContextpublic Object proceed() throws Exception
proceed in interface javax.interceptor.InvocationContextExceptionCopyright © 1999–2014 The Apache Software Foundation. All rights reserved.