javax.xml.ws
Interface AsyncHandler<T>

Type Parameters:
T -

public interface AsyncHandler<T>

The AsyncHandler interface in implemented for clients that would like to receive their responses back asynchronously.


Method Summary
 void handleResponse(Response<T> response)
          Called when the response is available.
 

Method Detail

handleResponse

void handleResponse(Response<T> response)
Called when the response is available.

Parameters:
response -


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.