| Package | Description |
|---|---|
| javax.xml.bind |
Provides a runtime binding framework for client applications including unmarshalling, marshalling, and validation capabilities.
|
| Modifier and Type | Method and Description |
|---|---|
Binder |
JAXBContext.createBinder()
Creates a
Binder for W3C DOM.
|
<T> Binder |
JAXBContext.createBinder(Class
Creates a
Binder object that can be used for associative/in-place unmarshalling/marshalling.
|