Uses of Class
com.sun.xml.ws.transport.http.HttpAdapterList
-
Packages that use HttpAdapterList Package Description com.sun.xml.ws.transport.http com.sun.xml.ws.transport.http.server -
-
Uses of HttpAdapterList in com.sun.xml.ws.transport.http
Fields in com.sun.xml.ws.transport.http declared as HttpAdapterList Modifier and Type Field Description HttpAdapterList<? extends HttpAdapter>HttpAdapter. ownerConstructors in com.sun.xml.ws.transport.http with parameters of type HttpAdapterList Constructor Description 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.server
Subclasses of HttpAdapterList in com.sun.xml.ws.transport.http.server Modifier and Type Class Description classServerAdapterList
-