JaxWsPortClientInterceptor does not fall back to annotation-specified name as portName anymore (SPR-7505)

This commit is contained in:
Juergen Hoeller 2010-09-01 14:02:32 +00:00
parent 82bcef037d
commit 66a5bb7c22
1 changed files with 0 additions and 6 deletions

View File

@ -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);
}
}
}
}