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