Good to see you're getting progress. Just a quick note: jclouds also supports 
JAXB to deserialize the XML responses. If you add the proper JAXB annotations 
to your domain model classes, you can just annotate the methods in the API with 
`@JAXBResponseParser` and remove the custom parser and you're done. I don't 
know if it can be useful to you, but it's good to know that you don't have to 
write custom parsers for XML :)

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/72#issuecomment-55385403

Reply via email to