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