AsyncHandler (Java EE 5 SDK)

Java

Java EE 5 SDK

深圳电信培训中心.徐海蛟老师.


javax.xml.ws Interface AsyncHandler<T>


public interface AsyncHandler<T>

The AsyncHandler interface is implemented by clients that wish to receive callback notification of the completion of service endpoint operations invoked asynchronously.

从以下版本开始:
JAX-WS 2.0

方法摘要
 void handleResponse(Response<T> res)
          Called when the response to an asynchronous operation is available.
 

方法详细信息

handleResponse

void handleResponse(Response<T> res)
Called when the response to an asynchronous operation is available.

参数:
res - The response to the operation invocation.

Java EE 5 SDK

深圳电信培训中心.徐海蛟老师.


提交错误或意见

版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。深圳电信培训中心.徐海蛟老师教学参考.