Uses of Class
com.sun.xml.ws.transport.http.HttpAdapterList

Packages that use HttpAdapterList
com.sun.xml.ws.transport.http   
com.sun.xml.ws.transport.http.servlet Servlet transport for the JAX-WS RI. 
 

Uses of HttpAdapterList in com.sun.xml.ws.transport.http
 

Fields in com.sun.xml.ws.transport.http declared as HttpAdapterList
 HttpAdapterList<? extends HttpAdapter> HttpAdapter.owner
           
 

Constructors in com.sun.xml.ws.transport.http with parameters of type HttpAdapterList
HttpAdapter(WSEndpoint endpoint, HttpAdapterList<? extends HttpAdapter> owner)
          Deprecated. remove as soon as we can update the test util.
HttpAdapter(WSEndpoint endpoint, HttpAdapterList<? extends HttpAdapter> owner, String urlPattern)
           
 

Uses of HttpAdapterList in com.sun.xml.ws.transport.http.servlet
 

Subclasses of HttpAdapterList in com.sun.xml.ws.transport.http.servlet
 class ServletAdapterList
          List (and a factory) of ServletAdapter.