Uses of Class
com.sun.xml.ws.transport.http.HttpAdapter
-
Packages that use HttpAdapter Package Description com.sun.xml.ws.transport.http com.sun.xml.ws.transport.http.servlet Servlet transport for the JAX-WS RI. -
-
Uses of HttpAdapter in com.sun.xml.ws.transport.http
Classes in com.sun.xml.ws.transport.http with type parameters of type HttpAdapter Modifier and Type Class Description classHttpAdapterList<T extends HttpAdapter>List ofHttpAdapters created together.Fields in com.sun.xml.ws.transport.http with type parameters of type HttpAdapter Modifier and Type Field Description HttpAdapterList<? extends HttpAdapter>HttpAdapter. ownerMethods in com.sun.xml.ws.transport.http that return HttpAdapter Modifier and Type Method Description static HttpAdapterHttpAdapter. createAlone(WSEndpoint endpoint)Creates a loneHttpAdapterthat does not know of any otherHttpAdapters.Methods in com.sun.xml.ws.transport.http with parameters of type HttpAdapter Modifier and Type Method Description abstract booleanHttpMetadataPublisher. handleMetadataRequest(HttpAdapter adapter, WSHTTPConnection connection)WhenHttpAdapterreceives a GET request with a query string (which is a convention for metadata requests, such as '?wsdl' or '?xsd=...'), then this method is invoked to allow components to intercept the request.Constructor parameters in com.sun.xml.ws.transport.http with type arguments of type HttpAdapter 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 HttpAdapter in com.sun.xml.ws.transport.http.servlet
Subclasses of HttpAdapter in com.sun.xml.ws.transport.http.servlet Modifier and Type Class Description classServletAdapterHttpAdapterfor servlets.
-