mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-21 05:09:13 +00:00
JaxWsPortClientInterceptor does not fall back to annotation-specified name as portName anymore (SPR-7505)
This commit is contained in:
-6
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user