Package | Description |
---|---|
com.sun.xml.ws.transport.http | |
com.sun.xml.ws.transport.http.server | |
com.sun.xml.ws.transport.http.servlet |
Servlet transport for the JAX-WS RI.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpAdapterList<T extends HttpAdapter>
List of
HttpAdapter s created together. |
Modifier and Type | Field and Description |
---|---|
HttpAdapterList<? extends HttpAdapter> |
HttpAdapter.owner |
Modifier and Type | Method and Description |
---|---|
static HttpAdapter |
HttpAdapter.createAlone(WSEndpoint endpoint)
Creates a lone
HttpAdapter that does not know of any other
HttpAdapter s. |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
HttpMetadataPublisher.handleMetadataRequest(HttpAdapter adapter,
WSHTTPConnection connection)
When
HttpAdapter receives 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 and 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) |
Modifier and Type | Class and Description |
---|---|
class |
ServerAdapter
HttpAdapter for Endpoint API. |
Constructor and Description |
---|
HttpEndpoint(Executor executor,
HttpAdapter adapter) |
PortableConnectionImpl(HttpAdapter adapter,
HttpExchange httpExchange) |
PortableHttpHandler(HttpAdapter adapter,
Executor executor) |
ServerConnectionImpl(HttpAdapter adapter,
com.sun.net.httpserver.HttpExchange httpExchange) |
WSHttpHandler(HttpAdapter adapter,
Executor executor) |
Modifier and Type | Class and Description |
---|---|
class |
ServletAdapter
HttpAdapter for servlets. |
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.