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