public static class InterceptorBean.MultiMethodInvocationContext extends Object implements InvocationContext
| Constructor and Description |
|---|
InterceptorBean.MultiMethodInvocationContext(InvocationContext wrapped,
InterceptionType interceptionType,
Object instance,
Interceptor interceptor) |
| Modifier and Type | Method and Description |
|---|---|
Constructor |
getConstructor() |
Map<String,Object> |
getContextData() |
int |
getCurrentInterceptorIdx() |
Method |
getMethod() |
Object[] |
getParameters() |
Object |
getTarget() |
Object |
getTimer() |
InvocationContext |
getWrapped() |
Object |
proceed() |
void |
setParameters(Object[] parameters) |
public InterceptorBean.MultiMethodInvocationContext(InvocationContext wrapped, InterceptionType interceptionType, Object instance, Interceptor interceptor)
public int getCurrentInterceptorIdx()
public InvocationContext getWrapped()
public Object proceed() throws Exception
proceed in interface InvocationContextExceptionpublic Map<String,Object> getContextData()
getContextData in interface InvocationContextpublic Method getMethod()
getMethod in interface InvocationContextpublic Object getTarget()
getTarget in interface InvocationContextpublic Object getTimer()
getTimer in interface InvocationContextpublic Object[] getParameters()
getParameters in interface InvocationContextpublic void setParameters(Object[] parameters)
setParameters in interface InvocationContextpublic Constructor getConstructor()
Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.