Represents a functionality of the container to inject resources
to application service endpoint object (usually but not necessarily as per JavaEE spec.)
If
Container.getSPI(Class) returns a valid instance of
ResourceInjector ,
The JAX-WS RI will call the
ResourceInjector.inject method for each service endpoint
instance that it manages.
The JAX-WS RI will be responsible for calling
PostConstruct callback,
so implementations of this class need not do so.
author: Kohsuke Kawaguchi See Also: Container |