Package | Description |
---|---|
com.sun.xml.bind.v2.runtime |
Code that implements JAXBContext, Unmarshaller, and Marshaller.
|
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 | Class and Description |
---|---|
class |
BinderImpl<XmlNode>
Implementation of
Binder . |
Modifier and Type | Method and Description |
---|---|
Binder<Node> |
JAXBContextImpl.createBinder() |
<T> Binder<T> |
JAXBContextImpl.createBinder(Class<T> domType) |
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.