Class ResourceInjector

    • Constructor Detail

      • ResourceInjector

        public ResourceInjector()
    • Method Detail

      • inject

        public abstract void inject​(@NotNull
                                    WSWebServiceContext context,
                                    @NotNull
                                    Object instance)
        Performs resource injection.
        Parameters:
        context - WebServiceContext implementation to be injected into the instance.
        instance - Instance of the service endpoint class to which resources will be injected.
        Throws:
        jakarta.xml.ws.WebServiceException - If the resource injection fails.