Is there a website that will take a sample XML file as input and generate a (rough) Java class based on the elements (not data) in the file? I have a fair-sized XML sample page that I have to do some work with and I'd rather not have to create the Java class representation for it.
If there's not a good online resource, an Eclipse plug-in or Windows-based executable will do as well.