public interface InvocationContextFactory
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
javax.interceptor.InvocationContext |
newInvocationContext(InterceptionChain chain,
java.lang.Object o,
java.lang.reflect.Method method,
java.lang.Object timer) |
javax.interceptor.InvocationContext |
newInvocationContext(InterceptionChain chain,
java.lang.Object o,
java.lang.reflect.Method method,
java.lang.Object[] args) |
javax.interceptor.InvocationContext newInvocationContext(InterceptionChain chain, java.lang.Object o, java.lang.reflect.Method method, java.lang.Object[] args)
javax.interceptor.InvocationContext newInvocationContext(InterceptionChain chain, java.lang.Object o, java.lang.reflect.Method method, java.lang.Object timer)
Copyright © 2014 Seam Framework. All Rights Reserved.