JaxWsPortClientInterceptor does not fall back to annotation-specified name as portName anymore (SPR-7505)
This commit is contained in:
parent
82bcef037d
commit
66a5bb7c22
|
|
@ -376,12 +376,6 @@ public class JaxWsPortClientInterceptor extends LocalJaxWsServiceFactory
|
||||||
if (StringUtils.hasText(pn)) {
|
if (StringUtils.hasText(pn)) {
|
||||||
setPortName(pn);
|
setPortName(pn);
|
||||||
}
|
}
|
||||||
else {
|
|
||||||
String nm = ann.name();
|
|
||||||
if (StringUtils.hasText(nm)) {
|
|
||||||
setPortName(nm);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue