public interface EjbInjectionServices extends Service
EjbInjectionServices is a per-module service.| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
resolveEjb(InjectionPoint injectionPoint)
Resolve the value for the given @EJB injection point
|
java.lang.Object resolveEjb(InjectionPoint injectionPoint)
injectionPoint - the injection point metadatajava.lang.IllegalArgumentException - if the injection point is not annotated with @EJB, or, if the
injection point is a method that doesn't follow JavaBean
conventionsCopyright © 2014 Seam Framework. All Rights Reserved.