com.sun.xml.ws.server
Class DefaultResourceInjector
java.lang.Object
com.sun.xml.ws.api.server.ResourceInjector
com.sun.xml.ws.server.DefaultResourceInjector
public final class DefaultResourceInjector
- extends ResourceInjector
Default ResourceInjector
.
- See Also:
ResourceInjector.STANDALONE
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultResourceInjector
public DefaultResourceInjector()
inject
public void inject(@NotNull
WSWebServiceContext context,
@NotNull
Object instance)
- Description copied from class:
ResourceInjector
- Performs resource injection.
- Specified by:
inject
in class ResourceInjector
- Parameters:
context
- WebServiceContext
implementation to be injected into the instance.instance
- Instance of the service endpoint class to which resources will be injected.