API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.ws. AsyncHandler View Source
Author(s)
Since
JAX-WS 2.0
Version
Serial
Hierarchy
 AsyncHandler
Subinterfaces
Description
public interface AsyncHandler
  The AsyncHandler interface is implemented by clients that wish to receive callback notification of the completion of service endpoint operations invoked asynchronously.
See also:   
Methods
Hide/Show inherited methods
public void handleResponse (Response< T> res)
  Called when the response to an asynchronous operation is available.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar