FileDocCategorySizeDatePackage
AsyncHandler.javaAPI DocJava SE 6 API618Tue Jun 10 00:27:14 BST 2008javax.xml.ws

AsyncHandler

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.
since
JAX-WS 2.0

Fields Summary
Constructors Summary
Methods Summary
public voidhandleResponse(javax.xml.ws.Response res)
Called when the response to an asynchronous operation is available.

param
res The response to the operation invocation.