org.jboss.weld.interceptor.spi.context
Interface InvocationContextFactory

All Superinterfaces:
Serializable
All Known Implementing Classes:
DefaultInvocationContextFactory

public interface InvocationContextFactory
extends Serializable

Author:
Marius Bogoevici

Method Summary
 javax.interceptor.InvocationContext newInvocationContext(InterceptionChain chain, Object o, Method method, Object timer)
           
 javax.interceptor.InvocationContext newInvocationContext(InterceptionChain chain, Object o, Method method, Object[] args)
           
 

Method Detail

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.