.xjs customization in JAXB
843834Jul 25 2001 — edited Jul 25 2001Hi!
I am using JAXB to generate my java classes. I have a third party dtd which I am using in the process.
I really need to change the names of the classes that the xjc compiler is generating (for eg , for a request element in the dtd xjc generates Request.java ; what i really need is MyProjectRequest.java ) .
Of course, I can make changes manually ; but is there a tag in the binding schema that will help me specify this ??
Thanks !
Mayura