org.jboss.ejb3.interceptor
Class InterceptorInjector

java.lang.Object
  extended by org.jboss.ejb3.interceptor.InterceptorInjector

public class InterceptorInjector
extends java.lang.Object


Constructor Summary
InterceptorInjector(java.util.Map<java.lang.reflect.AccessibleObject,Injector> injections)
           
 
Method Summary
 void inject(BeanContext ctx, java.lang.Object instance)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterceptorInjector

public InterceptorInjector(java.util.Map<java.lang.reflect.AccessibleObject,Injector> injections)
Method Detail

inject

public void inject(BeanContext ctx,
                   java.lang.Object instance)