开发者

Asynchronous web services problem

开发者 https://www.devze.com 2023-02-06 15:45 出处:网络
i need one a开发者_如何学运维nswer. I am calling Asynchronous web services and ofcourse it want Asynchronous response. Must webservice somehow call my client or how is implemented response.

i need one a开发者_如何学运维nswer. I am calling Asynchronous web services and ofcourse it want Asynchronous response. Must webservice somehow call my client or how is implemented response.

I read this and many other pages but i do not know if web service need to call me back for response.

http://www.mastertheboss.com/web-interfaces/111-asynchronous-web-services-with-jboss-ws.html

regards


You need to think it as a 3rd party service which you dont have any access to its source. You need to handle asyn calls yourself for your side.

java.util.concurrent package contains what you want see below link

http://www.scribd.com/doc/17369778/Java-Concurrent-Package-tutorial

0

精彩评论

暂无评论...
验证码 换一张
取 消