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