Interface | Description |
---|---|
EjbInjectionServices |
A container should implement this interface to allow Weld to resolve EJB.
|
InjectionContext<T> |
The context in which instance injection occurs.
|
InjectionServices |
Provides callbacks to the container when Weld performs injection on an InjectionTarget, managed bean or session bean
This service may be used to provide EE-style injection.
|
JaxwsInjectionServices |
An integrator should implement this interface to allow Weld to resolve web service references
JaxwsInjectionServices is a per-module service. |
JpaInjectionServices |
A container should implement this interface to allow the Weld RI to resolve JPA persistence units and discover entities
JpaInjectionServices is a per-module service. |
ResourceInjectionServices |
A container should implement this interface to allow the Weld to resolve Resources
ResourceInjectionServices is per-module service. |
ResourceReference<T> |
Holds a reference to a resource instance.
|
ResourceReferenceFactory<T> |
Identifies a container resource and allows a resource instance to be created for injection.
|
Copyright © 2008–2017. All rights reserved.