Uses of Class
com.sun.xml.ws.transport.httpspi.servlet.EndpointAdapter
Packages that use EndpointAdapter
-
Uses of EndpointAdapter in com.sun.xml.ws.transport.httpspi.servlet
Fields in com.sun.xml.ws.transport.httpspi.servlet with type parameters of type EndpointAdapterModifier and TypeFieldDescriptionfinal List<EndpointAdapter>WSServletDelegate.adaptersAllEndpointAdapters that are deployed in the current web application.Methods in com.sun.xml.ws.transport.httpspi.servlet that return EndpointAdapterModifier and TypeMethodDescriptionEndpointAdapterFactory.createAdapter(String name, String urlPattern, Class implType, QName serviceName, QName portName, String bindingId, List<Source> metadata, jakarta.xml.ws.WebServiceFeature... features) protected EndpointAdapterWSServletDelegate.getTarget(jakarta.servlet.http.HttpServletRequest request) Determines whichEndpointAdapterserves the given request.Method parameters in com.sun.xml.ws.transport.httpspi.servlet with type arguments of type EndpointAdapterModifier and TypeMethodDescriptionprotected WSServletDelegateWSSPIContextListener.createDelegate(List<EndpointAdapter> adapters, jakarta.servlet.ServletContext context) CreatesWSServletDelegatethat does the real work.Constructor parameters in com.sun.xml.ws.transport.httpspi.servlet with type arguments of type EndpointAdapterModifierConstructorDescriptionWSServletDelegate(List<EndpointAdapter> adapters, jakarta.servlet.ServletContext context)