Package | Description |
---|---|
com.sun.xml.ws.api.server |
APIs for hosting JAX-WS services.
|
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 |
---|---|
com.sun.xml.ws.api.message.Packet |
WSEndpoint.PipeHead.process(com.sun.xml.ws.api.message.Packet request,
WebServiceContextDelegate wscd,
TransportBackChannel tbc)
Processes a request and produces a reply.
|
Copyright © 2015 Oracle Corporation. All rights reserved.