public class DefaultInvocationContextFactory extends Object implements InvocationContextFactory
| Constructor and Description |
|---|
DefaultInvocationContextFactory() |
| 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) |
public javax.interceptor.InvocationContext newInvocationContext(InterceptionChain chain, Object o, Method method, Object[] args)
newInvocationContext in interface InvocationContextFactorypublic javax.interceptor.InvocationContext newInvocationContext(InterceptionChain chain, Object o, Method method, Object timer)
newInvocationContext in interface InvocationContextFactoryCopyright © 2014 Seam Framework. All Rights Reserved.