| Package | Description |
|---|---|
| com.sun.xml.bind | |
| com.sun.xml.bind.api |
Runtime API for the JAX-WS RI
|
| 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.
|
| 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 |
|---|---|
Marshaller |
CycleRecoverable.Context.getMarshaller()
Returns the marshaller object that's doing the marshalling.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Bridge.marshal(Marshaller m,
T object,
ContentHandler contentHandler) |
abstract void |
Bridge.marshal(Marshaller m,
T object,
Node output) |
abstract void |
Bridge.marshal(Marshaller m,
T object,
OutputStream output,
NamespaceContext nsContext) |
abstract void |
Bridge.marshal(Marshaller m,
T object,
Result result) |
abstract void |
Bridge.marshal(Marshaller m,
T object,
XMLStreamWriter output) |
| Modifier and Type | Class and Description |
|---|---|
class |
MarshallerImpl
Implementation of
Marshaller interface for the JAXB RI. |
| Modifier and Type | Field and Description |
|---|---|
com.sun.istack.Pool<Marshaller> |
JAXBContextImpl.marshallerPool
Pool of
Marshallers. |
| 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.