Isuru Sampath wrote:

I'm an SE currently working on a project which has a requirement for generating 
XML bindings dynamically from schemas submitted to my program. I'm planning to 
wrap your org.apache.ws.jaxme.generator.Main class for the above purpose. I 
would like to know the following:

1. Is there any other better way that I can do the binding compiler invocation 
(dynamically) than wrapping the Main.main(String args[]); ?
2. If the answer to the above is NO then, will there be any restrictions in 
wrapping the Main.main(String args[]); ?



The recommended interface for the JaxMe generator is the Generator class. The Main class may very well be used as an example for how to use the Generator class.

Currently, there are three frontends for the generator: The Ant task (XJCTask), the Main class, and the Maven plugin. All three frontends are using the Generator class.


Jochen



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to