com.sun.xml.ws.transport.http
Class HttpAdapter.Oneway

java.lang.Object
  extended by com.sun.xml.ws.transport.http.HttpAdapter.Oneway
All Implemented Interfaces:
TransportBackChannel
Enclosing class:
HttpAdapter

final class HttpAdapter.Oneway
extends Object
implements TransportBackChannel


Field Summary
(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

con

WSHTTPConnection con
Constructor Detail

HttpAdapter.Oneway

HttpAdapter.Oneway(WSHTTPConnection con)
Method Detail

close

public void close()
Description copied from interface: TransportBackChannel
See the class javadoc for the discussion.

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.

Specified by:
close in interface TransportBackChannel