Uses of Class
com.sun.xml.ws.transport.httpspi.servlet.EndpointAdapter
-
Packages that use EndpointAdapter Package Description com.sun.xml.ws.transport.httpspi.servlet -
-
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 EndpointAdapter Modifier and Type Field Description List<EndpointAdapter>WSServletDelegate. adaptersAllEndpointAdapters that are deployed in the current web application.Methods in com.sun.xml.ws.transport.httpspi.servlet that return EndpointAdapter Modifier and Type Method Description EndpointAdapterEndpointAdapterFactory. 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 EndpointAdapter Modifier and Type Method Description protected 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 EndpointAdapter Constructor Description WSServletDelegate(List<EndpointAdapter> adapters, jakarta.servlet.ServletContext context)
-