mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-21 13:31:46 +00:00
JaxWsPortClientInterceptor does not fall back to annotation-specified name as portName anymore (SPR-7505)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3626 50f2f4bb-b051-0410-bef5-90022cba6387
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