org.apache.webbeans.inject
Class OWBInjector

java.lang.Object
  extended by org.apache.webbeans.inject.OWBInjector
All Implemented Interfaces:
Serializable

public final class OWBInjector
extends Object
implements Serializable

Injects dependencies of the given Java EE component instance.

Version:
$Rev$ $Date$
See Also:
Serialized Form

Constructor Summary
OWBInjector()
           
 
Method Summary
static void checkInjectionPointForInjectInjectionPoint(Class<?> clazz)
           
static boolean checkInjectionPointForInterceptorPassivation(Class<?> clazz)
           
 void destroy()
           
 OWBInjector inject(Object javaEeComponentInstance)
           
 OWBInjector inject(Object javaEeComponentInstance, CreationalContext<?> creationalContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OWBInjector

public OWBInjector()
Method Detail

destroy

public void destroy()

inject

public OWBInjector inject(Object javaEeComponentInstance)
                   throws Exception
Throws:
Exception

inject

public OWBInjector inject(Object javaEeComponentInstance,
                          CreationalContext<?> creationalContext)
                   throws Exception
Throws:
Exception

checkInjectionPointForInjectInjectionPoint

public static void checkInjectionPointForInjectInjectionPoint(Class<?> clazz)

checkInjectionPointForInterceptorPassivation

public static boolean checkInjectionPointForInterceptorPassivation(Class<?> clazz)


Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.