Package | Description |
---|---|
javax.xml.bind |
Provides a runtime binding framework for client applications including
unmarshalling, marshalling, and validation capabilities.
|
org.jboss.resteasy.plugins.providers.jaxb |
Modifier and Type | Method and Description |
---|---|
Binder<Node> |
JAXBContext.createBinder()
Creates a Binder for W3C DOM.
|
<T> Binder<T> |
JAXBContext.createBinder(Class<T> domType)
Creates a Binder object that can be used for
associative/in-place unmarshalling/marshalling.
|
Modifier and Type | Method and Description |
---|---|
Binder<Node> |
JAXBContextWrapper.createBinder() |
<T> Binder<T> |
JAXBContextWrapper.createBinder(Class<T> domType) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.