|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.ws.transport.http.HttpAdapter.Oneway
final class HttpAdapter.Oneway
| Field Summary | |
|---|---|
(package private) boolean |
closed
|
(package private) WSHTTPConnection |
con
|
| Constructor Summary | |
|---|---|
HttpAdapter.Oneway(WSHTTPConnection con)
|
|
| Method Summary | |
|---|---|
void |
close()
See the class javadoc for the discussion. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
WSHTTPConnection con
boolean closed
| Constructor Detail |
|---|
HttpAdapter.Oneway(WSHTTPConnection con)
| Method Detail |
|---|
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 TransportBackChannel
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||