org.jboss.weld.interceptor.proxy
Class DefaultInvocationContextFactory

java.lang.Object
  extended by org.jboss.weld.interceptor.proxy.DefaultInvocationContextFactory
All Implemented Interfaces:
Serializable, InvocationContextFactory

public class DefaultInvocationContextFactory
extends Object
implements InvocationContextFactory

Author:
Marius Bogoevici
See Also:
Serialized Form

Constructor Summary
DefaultInvocationContextFactory()
           
 
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultInvocationContextFactory

public DefaultInvocationContextFactory()
Method Detail

newInvocationContext

public javax.interceptor.InvocationContext newInvocationContext(InterceptionChain chain,
                                                                Object o,
                                                                Method method,
                                                                Object[] args)
Specified by:
newInvocationContext in interface InvocationContextFactory

newInvocationContext

public javax.interceptor.InvocationContext newInvocationContext(InterceptionChain chain,
                                                                Object o,
                                                                Method method,
                                                                Object timer)
Specified by:
newInvocationContext in interface InvocationContextFactory


Copyright © 2013 Seam Framework. All Rights Reserved.