final class HttpAdapter.Oneway extends Object implements TransportBackChannel
| Modifier and Type | Field and Description |
|---|---|
(package private) boolean |
closed |
(package private) WSHTTPConnection |
con |
| Constructor and Description |
|---|
HttpAdapter.Oneway(WSHTTPConnection con) |
WSHTTPConnection con
boolean closed
HttpAdapter.Oneway(WSHTTPConnection con)
public void close()
TransportBackChannelJAX-WS is not guaranteed to call this method for all operations that do not have a response. This is merely a hint.
When the implementation of this method fails to close the connection successfuly, it should record the error, and return normally. Do not throw any exception.
close in interface TransportBackChannelCopyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.