Class InvocationContextImpl
java.lang.Object
org.jboss.resteasy.microprofile.client.InvocationContextImpl
- All Implemented Interfaces:
jakarta.interceptor.InvocationContext
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionInvocationContextImpl(Object target, Method method, Object[] args, List<InvocationContextImpl.InterceptorInvocation> chain) -
Method Summary
Modifier and TypeMethodDescriptionConstructor<?> Object[]getTimer()protected Objectprotected Objectproceed()voidsetParameters(Object[] params)
-
Constructor Details
-
InvocationContextImpl
public InvocationContextImpl(Object target, Method method, Object[] args, List<InvocationContextImpl.InterceptorInvocation> chain)
-
-
Method Details
-
invokeNext
- Throws:
Exception
-
interceptorChainCompleted
- Throws:
Exception
-
proceed
- Specified by:
proceedin interfacejakarta.interceptor.InvocationContext- Throws:
Exception
-
getTarget
- Specified by:
getTargetin interfacejakarta.interceptor.InvocationContext
-
getMethod
- Specified by:
getMethodin interfacejakarta.interceptor.InvocationContext
-
getConstructor
- Specified by:
getConstructorin interfacejakarta.interceptor.InvocationContext
-
getParameters
- Specified by:
getParametersin interfacejakarta.interceptor.InvocationContext- Throws:
IllegalStateException
-
setParameters
- Specified by:
setParametersin interfacejakarta.interceptor.InvocationContext- Throws:
IllegalStateExceptionIllegalArgumentException
-
getContextData
- Specified by:
getContextDatain interfacejakarta.interceptor.InvocationContext
-
getTimer
- Specified by:
getTimerin interfacejakarta.interceptor.InvocationContext
-