Hi all,

How can I generate Java classes from XSD for which some of them implement an 
interface that is specified externally. Suppose the interface called Aaa 
requires the classes to have a method called String getName(), the XSD will 
have to ensure this function gets generated. But how do I get the classes 
that are generated to have the extra code that says " implemtents Aaa" by 
using Castor source generation?

Is this possible or do I simply have to run a script myself on the generated 
classes to add this?

Thanks,

Pander



----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-user

Reply via email to