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 |
---|
Oneway(WSHTTPConnection con) |
WSHTTPConnection con
boolean closed
Oneway(WSHTTPConnection con)
public void close()
TransportBackChannel
JAX-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 TransportBackChannel
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.