Home >Online Product Documentation >Table of Contents >Generating JAXB Classes
Generating JAXB Classes
You can generate JAXB (Java Architecture for XML Binding) application class files from an XML Schema. The generated application skeleton (Main.java, for example) demonstrates how to use Marshaller and Unmarshaller classes.
For more information on using JAXB, refer to the Sun Microsystems' Java Technology and XML documentation, located here: http://java.sun.com/xml/jaxb/docs.html.