org.jboss.weld.interceptor.spi.context
Interface InvocationContextFactory
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- DefaultInvocationContextFactory
public interface InvocationContextFactory
- extends Serializable
- Author:
- Marius Bogoevici
newInvocationContext
javax.interceptor.InvocationContext newInvocationContext(InterceptionChain chain,
Object o,
Method method,
Object[] args)
newInvocationContext
javax.interceptor.InvocationContext newInvocationContext(InterceptionChain chain,
Object o,
Method method,
Object timer)
Copyright © 2013 Seam Framework. All Rights Reserved.