public final class DefaultResourceInjector extends ResourceInjector
ResourceInjector
.ResourceInjector.STANDALONE
STANDALONE
Constructor and Description |
---|
DefaultResourceInjector() |
Modifier and Type | Method and Description |
---|---|
void |
inject(WSWebServiceContext context,
Object instance)
Performs resource injection.
|
public void inject(@NotNull WSWebServiceContext context, @NotNull Object instance)
ResourceInjector
inject
in class ResourceInjector
context
- WebServiceContext
implementation to be injected into the instance.instance
- Instance of the service endpoint class to which resources will be injected.Copyright © 2015 Oracle Corporation. All rights reserved.