posted 16 years ago
Hi All,
For my project I am thinking to create an XML parsing framework, which will use JAXB internally to play with XML.I am thnking to create a static wrapper like JAXBUtil . It will provide the developer to marshalling, unmarshalling, validation methods etc. Do I need to make Inner classes for Marshalling, UnMarshalling or plain static method of JAXBUtil class.
Please suggest.
Thanks
Vijay