谁设置JAXWS 2.2客户端超时

时间:2011-11-08 12:41:19

标签: java timeout client jax-ws

我有简单的JAXWS客户端和动态网址。 我想添加超时。但我在这里找到的所有例子,看起来都不像我的客户。 这是我的代码:

QName qname = new QName(responseUrl,"sendMessage"); 
        MyApiService myApiService = new myApiService(newEndpoint,qname);         
        myApi port = myApiService.getmyApiPort();



        NPACK nPACK = port.sendMessage(nPMESSAGE);

如何在我的客户端中实施thisthis

1 个答案:

答案 0 :(得分:1)

((BindingProvider)port).getRequestContext()...