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