public class DefaultInvocationContextFactory extends java.lang.Object implements InvocationContextFactory
| Constructor and Description |
|---|
DefaultInvocationContextFactory() |
| Modifier and Type | Method and Description |
|---|---|
javax.interceptor.InvocationContext |
newInvocationContext(InterceptionChain chain,
java.lang.Object o,
java.lang.reflect.Method method,
java.lang.Object timer) |
javax.interceptor.InvocationContext |
newInvocationContext(InterceptionChain chain,
java.lang.Object o,
java.lang.reflect.Method method,
java.lang.Object[] args) |
public javax.interceptor.InvocationContext newInvocationContext(InterceptionChain chain, java.lang.Object o, java.lang.reflect.Method method, java.lang.Object[] args)
newInvocationContext in interface InvocationContextFactorypublic javax.interceptor.InvocationContext newInvocationContext(InterceptionChain chain, java.lang.Object o, java.lang.reflect.Method method, java.lang.Object timer)
newInvocationContext in interface InvocationContextFactoryCopyright © 2014 Seam Framework. All Rights Reserved.