Package org.glassfish.webservices
Class ResourceInjectorImpl
- java.lang.Object
-
- com.sun.xml.ws.api.server.ResourceInjector
-
- org.glassfish.webservices.ResourceInjectorImpl
-
public class ResourceInjectorImpl extends com.sun.xml.ws.api.server.ResourceInjectorJAXWS Container call back to inject servlet endpoints
-
-
Constructor Summary
Constructors Constructor Description ResourceInjectorImpl(WebServiceEndpoint ep)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinject(com.sun.xml.ws.api.server.WSWebServiceContext context, Object instance)
-
-
-
Constructor Detail
-
ResourceInjectorImpl
public ResourceInjectorImpl(WebServiceEndpoint ep)
-
-
Method Detail
-
inject
public void inject(com.sun.xml.ws.api.server.WSWebServiceContext context, Object instance) throws jakarta.xml.ws.WebServiceException- Specified by:
injectin classcom.sun.xml.ws.api.server.ResourceInjector- Throws:
jakarta.xml.ws.WebServiceException
-
-