提交 66a5bb7c 编写于 作者: J Juergen Hoeller

JaxWsPortClientInterceptor does not fall back to annotation-specified name as...

JaxWsPortClientInterceptor does not fall back to annotation-specified name as portName anymore (SPR-7505)
上级 82bcef03
......@@ -376,12 +376,6 @@ public class JaxWsPortClientInterceptor extends LocalJaxWsServiceFactory
if (StringUtils.hasText(pn)) {
setPortName(pn);
}
else {
String nm = ann.name();
if (StringUtils.hasText(nm)) {
setPortName(nm);
}
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册