Package org.jboss.as.ejb3.component
Class InvokeMethodOnTargetInterceptor
java.lang.Object
org.jboss.as.ejb3.component.InvokeMethodOnTargetInterceptor
- All Implemented Interfaces:
org.jboss.invocation.Interceptor
public class InvokeMethodOnTargetInterceptor
extends Object
implements org.jboss.invocation.Interceptor
Interceptor that directly invokes the target from the interceptor context and returns the result
- Author:
- Carlo de Wolf
-
Field Summary
FieldsFields inherited from interface org.jboss.invocation.Interceptor
EMPTY_ARRAY -
Method Summary
Modifier and TypeMethodDescriptionstatic org.jboss.invocation.InterceptorFactoryprocessInvocation(org.jboss.invocation.InterceptorContext context)
-
Field Details
-
PARAMETERS_KEY
-
-
Method Details
-
factory
-
processInvocation
- Specified by:
processInvocationin interfaceorg.jboss.invocation.Interceptor- Throws:
Exception
-