Package | Description |
---|---|
com.sun.xml.ws.api.message |
Message and related abstractions that represent a SOAP message. |
com.sun.xml.ws.api.server |
APIs for hosting JAX-WS services.
|
com.sun.xml.ws.transport.http |
Modifier and Type | Field and Description |
---|---|
TransportBackChannel |
Packet.transportBackChannel
Used only on the server side so that the transport
can close the connection early.
|
Modifier and Type | Method and Description |
---|---|
TransportBackChannel |
Packet.keepTransportBackChannelOpen()
Keeps the transport back channel open (by seeting
Packet.transportBackChannel to null.) |
Modifier and Type | Method and Description |
---|---|
protected abstract TransportBackChannel |
AbstractServerAsyncTransport.getTransportBackChannel(T connection)
TransportBackChannel used by jax-ws runtime to close the connection
while the processing of the request is still continuing. |
Modifier and Type | Method and Description |
---|---|
Packet |
WSEndpoint.PipeHead.process(Packet request,
WebServiceContextDelegate wscd,
TransportBackChannel tbc)
Processes a request and produces a reply.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
HttpAdapter.Oneway |
Modifier and Type | Method and Description |
---|---|
protected TransportBackChannel |
HttpAdapter.AsyncTransport.getTransportBackChannel(WSHTTPConnection con) |
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.