I have many xml files and I would like to use XStream to manage them. Is it possible to generate java classes corresponding to my xml files using XStream?
yes.I think its possible, java class for xml file using XStream.Refer this and here
This for xml file.