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
Fields Modifier and Type Field Description static Class<Object[]>PARAMETERS_KEY
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.jboss.invocation.InterceptorFactoryfactory(Method method)ObjectprocessInvocation(org.jboss.invocation.InterceptorContext context)
-
-
-
Method Detail
-
factory
public static org.jboss.invocation.InterceptorFactory factory(Method method)
-
-