Package | Description |
---|---|
javax.xml.bind |
Provides a runtime binding framework for client applications including
unmarshalling, marshalling, and validation capabilities.
|
javax.xml.bind.helpers |
JAXB Provider Use Only: Provides partial default implementations for
some of the javax.xml.bind interfaces.
|
javax.xml.bind.util |
Useful client utility classes.
|
org.apache.cxf.common.jaxb | |
org.jboss.resteasy.plugins.providers.jaxb | |
org.jboss.resteasy.plugins.providers.jaxb.json | |
org.picketlink.identity.federation.core.util |
Modifier and Type | Method and Description |
---|---|
abstract Marshaller |
JAXBContext.createMarshaller()
Create a Marshaller object that can be used to convert a
java content tree into XML data.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMarshallerImpl
Partial default Marshaller implementation.
|
Constructor and Description |
---|
JAXBSource(Marshaller marshaller,
Object contentObject)
Creates a new
Source for the given content object. |
Modifier and Type | Method and Description |
---|---|
static Object |
JAXBUtils.setNamespaceMapper(Map<String,String> nspref,
Marshaller marshaller) |
Modifier and Type | Class and Description |
---|---|
class |
BaseMarshaller |
Modifier and Type | Field and Description |
---|---|
protected Marshaller |
BaseMarshaller.marshaller |
Modifier and Type | Method and Description |
---|---|
Marshaller |
JAXBContextWrapper.createMarshaller() |
Marshaller |
PrettyProcessor.decorate(Marshaller target,
Formatted annotation,
Class type,
Annotation[] annotations,
MediaType mediaType) |
Marshaller |
StylesheetProcessor.decorate(Marshaller target,
Stylesheet annotation,
Class type,
Annotation[] annotations,
MediaType mediaType) |
Marshaller |
XmlHeaderProcessor.decorate(Marshaller target,
XmlHeader annotation,
Class type,
Annotation[] annotations,
MediaType mediaType) |
static Marshaller |
AbstractJAXBProvider.decorateMarshaller(Class type,
Annotation[] annotations,
MediaType mediaType,
Marshaller marshaller) |
protected Marshaller |
AbstractJAXBProvider.getMarshaller(Class<?> type,
Annotation[] annotations,
MediaType mediaType)
FIXME Comment this
|
Modifier and Type | Method and Description |
---|---|
Marshaller |
PrettyProcessor.decorate(Marshaller target,
Formatted annotation,
Class type,
Annotation[] annotations,
MediaType mediaType) |
Marshaller |
StylesheetProcessor.decorate(Marshaller target,
Stylesheet annotation,
Class type,
Annotation[] annotations,
MediaType mediaType) |
Marshaller |
XmlHeaderProcessor.decorate(Marshaller target,
XmlHeader annotation,
Class type,
Annotation[] annotations,
MediaType mediaType) |
static Marshaller |
AbstractJAXBProvider.decorateMarshaller(Class type,
Annotation[] annotations,
MediaType mediaType,
Marshaller marshaller) |
static void |
AbstractJAXBProvider.setCharset(MediaType mediaType,
Marshaller marshaller) |
Modifier and Type | Class and Description |
---|---|
class |
BadgerMarshaller |
class |
JettisonMappedMarshaller |
Modifier and Type | Method and Description |
---|---|
Marshaller |
JettisonMappedContext.createMarshaller() |
Marshaller |
BadgerContext.createMarshaller() |
Modifier and Type | Method and Description |
---|---|
static Marshaller |
JAXBUtil.getMarshaller(String pkgName)
Get the JAXB Marshaller
|
static Marshaller |
JAXBUtil.getValidatingMarshaller(String pkgName,
String schemaLocation)
Get the JAXB Marshaller
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.