I have some questions about the XML mapping. I've browsed the site and
javadoc.
1. Where can I find details on how to develop a custom field and/or
class handler?
2. Is it possible to mix the use of XML mapping file with custom class
and field handlers? Is there any help, doc or examples on this?
3. Is there anyway to have the system pass environmental information to
a field handler in order to assist in the marshalling and unmarshalling?
4. Is there anyway to map an arbitrary class to a single element, e.g.,
map class X to element <X> where the content of <X> is just CDATA and
it's created by calling X.toString or some other method on X. The
reverse would need to happen as well, i.e., the data in element <X>
would be used to instantiate an instance of class X.
5. Is there anyway to extend the XML mapping mechanism?
Thanks,
Viral Tolat
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev