I'm trying to marshal/unmarshal Java ValueObject class through JAXB.
To do it, I found that it requires XML Schema file and ObjectFactory class that can be automatically created by ant.
If so, it seems to be able to get marshaled/unmarshaled WITHOUT XML Schema file and ObjectFactory, because they can be automatically created.
But as long as I researched, somehow JAXB doesn't provide the way.
Do you know any way to do it?