Prev Next

Java / JAXB

What is XML binding in JAXB?

XML binding is the representation of XML document content as an object in computer memory. At compile time, a schema driver processes the XSD and generates an execution object model (XOM). At run time, an XML data driver creates an XML object from the XML document.

More Related questions...

Show more question and Answers...

JMS

Comments & Discussions