| |
| | XML.com: The JAXB API |
 | | The JAXB API, defined in the javax.xml.bind package, is a set of interfaces through which client applications communicate with code generated from a schema. |
 | | In the previous version of JAXB, this functionality was provided as a method on the generated class, and the number of formats was limited. |
 | | JAXB has two utility classes: the first, javax.xml.bind.util.JAXBSource, presents a JAXB object graph as an XML source; the second, JAXBResult, allows the results of processing to be retrieved directly as a JAXB object. |
| www.xml.com /pub/a/2003/01/08/jaxb-api.html (2047 words) |
|