Uses of Class
com.sun.xml.ws.transport.http.servlet.ServletAdapter

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

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

Fields in com.sun.xml.ws.transport.http.servlet with type parameters of type ServletAdapter
 List<ServletAdapter> WSServletDelegate.adapters
          All ServletAdapters that are deployed in the current web appliation.
 

Methods in com.sun.xml.ws.transport.http.servlet that return ServletAdapter
protected  ServletAdapter ServletAdapterList.createHttpAdapter(String name, String urlPattern, WSEndpoint<?> endpoint)
           
protected  ServletAdapter WSServletDelegate.getTarget(javax.servlet.http.HttpServletRequest request)
          Determines which ServletAdapter serves the given request.
 

Method parameters in com.sun.xml.ws.transport.http.servlet with type arguments of type ServletAdapter
protected  WSServletDelegate WSServletContextListener.createDelegate(List<ServletAdapter> adapters, javax.servlet.ServletContext context)
          Creates WSServletDelegate that does the real work.
 

Constructor parameters in com.sun.xml.ws.transport.http.servlet with type arguments of type ServletAdapter
WSServletDelegate(List<ServletAdapter> adapters, javax.servlet.ServletContext context)