I'm using the Facebook Java API, which returns org.w3c.dom.Documents.  I
would like to write a binding between these Documents & Java Beans for
unmarshalling.  

I think I could do this by implementing an IXMLReader and plugging it in
via an IXMLReaderFactory (using the org.jibx.runtime.impl.parser
property).  However, the IXMLReaderFactory interface is still quite
InputStream/Reader oriented, and IXMLReader is fairly complex to fit
onto Document.

Has anyone implemented such unmarshalling in JiBX, either via the method
above or some other method?

Thanks

-- Richard
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
jibx-users mailing list
jibx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to