Uses of Class
com.sun.xml.ws.transport.http.HttpAdapter
Packages that use HttpAdapter
Package
Description
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 HttpAdapterModifier and TypeClassDescriptionclassHttpAdapterList<T extends HttpAdapter>List ofHttpAdapters created together.Fields in com.sun.xml.ws.transport.http with type parameters of type HttpAdapterMethods in com.sun.xml.ws.transport.http that return HttpAdapterModifier and TypeMethodDescriptionstatic 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 HttpAdapterModifier and TypeMethodDescriptionabstract 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 HttpAdapterModifierConstructorDescriptionprotectedHttpAdapter(WSEndpoint endpoint, HttpAdapterList<? extends HttpAdapter> owner, String urlPattern) -
Uses of HttpAdapter in com.sun.xml.ws.transport.http.server
Subclasses of HttpAdapter in com.sun.xml.ws.transport.http.serverConstructors in com.sun.xml.ws.transport.http.server with parameters of type HttpAdapter -
Uses of HttpAdapter in com.sun.xml.ws.transport.http.servlet
Subclasses of HttpAdapter in com.sun.xml.ws.transport.http.servlet