org.apache.webbeans.inject
Class OWBInjector
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OWBInjector
public OWBInjector()
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.