dufoli commented on a change in pull request #721:
URL: https://github.com/apache/cxf/pull/721#discussion_r535798356
##########
File path:
rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/WrapperClassGenerator.java
##########
@@ -109,7 +109,11 @@ private String getPackageName(Method method) {
return list;
}
- public Set<Class<?>> generate() {
+ public Set<Class<?>> generate(JaxWsServiceFactoryBean factory,
InterfaceInfo ii, boolean q) {
+ this.qualified = q;
Review comment:
I can not. The verify limit the number of parameters to seven max. Else
I have to create an internal class context to forward it between method.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]