Bug fix
This commit is contained in:
parent
efae412a88
commit
64cf6b09bc
3 changed files with 60 additions and 27 deletions
|
|
@ -64,6 +64,7 @@ public class SOAPClientFactory {
|
|||
}
|
||||
|
||||
// Generate the methods
|
||||
// TODO:
|
||||
for(WSMethodDef methodDef : wsDef.getMethods()){
|
||||
CtMethod method = CtNewMethod.make("public int m(int i){}", cc);
|
||||
method.insertBefore("System.out.println(\"Hello.say():\");");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue