Hello,

 

I am trying to extend WSDL2Java so that except from the normal classes which are generated, it will generate a custom class for each operation exposed in the specified wsdl.

In some senses what I am trying to do is similar to JavaTestCaseWriter.java, but while in their case only one java file should be generated (a junit.framework.TestCase extension that contains one test method for each operation), I need to generate a separate java file for each operation. Do I need to implement a completely new Generator, or can I still extend on of axis implementations (like JavaClassWriter)?

I also couldn’t find where exactly the Generator implementations are “registered” in the emitter, or in other words how do I instruct the emitter to invoke my generator as well as all the pre-defined generators.

 

Can anyone help? Thanks.


______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email
______________________________________________________________________

Reply via email to