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.
|
org.apache.cxf.common.jaxb | |
org.jboss.resteasy.plugins.providers.jaxb | |
org.jboss.resteasy.plugins.providers.jaxb.json |
Modifier and Type | Method and Description |
---|---|
Object |
Validator.getProperty(String name)
Deprecated.
since JAXB2.0
|
Object |
Unmarshaller.getProperty(String name)
Get the particular property in the underlying implementation of
Unmarshaller.
|
Object |
Marshaller.getProperty(String name)
Get the particular property in the underlying implementation of
Marshaller.
|
abstract Object |
Binder.getProperty(String name)
Get the particular property in the underlying implementation of
Binder.
|
void |
Validator.setProperty(String name,
Object value)
Deprecated.
since JAXB2.0
|
void |
Unmarshaller.setProperty(String name,
Object value)
Set the particular property in the underlying implementation of
Unmarshaller.
|
void |
Marshaller.setProperty(String name,
Object value)
Set the particular property in the underlying implementation of
Marshaller.
|
abstract void |
Binder.setProperty(String name,
Object value)
Set the particular property in the underlying implementation of
Binder.
|
Modifier and Type | Method and Description |
---|---|
Object |
AbstractUnmarshallerImpl.getProperty(String name)
Default implementation of the getProperty method always
throws PropertyException since there are no required
properties.
|
Object |
AbstractMarshallerImpl.getProperty(String name)
Default implementation of the getProperty method handles
the four defined properties in Marshaller.
|
void |
AbstractUnmarshallerImpl.setProperty(String name,
Object value)
Default implementation of the setProperty method always
throws PropertyException since there are no required
properties.
|
void |
AbstractMarshallerImpl.setProperty(String name,
Object value)
Default implementation of the setProperty method handles
the four defined properties in Marshaller.
|
Modifier and Type | Method and Description |
---|---|
static Object |
JAXBUtils.setNamespaceMapper(Map<String,String> nspref,
Marshaller marshaller) |
Modifier and Type | Method and Description |
---|---|
Object |
SecureUnmarshaller.getProperty(String name) |
static void |
AbstractJAXBProvider.setCharset(MediaType mediaType,
Marshaller marshaller) |
void |
SecureUnmarshaller.setProperty(String name,
Object value) |
void |
BaseMarshaller.setProperty(String s,
Object o) |
Modifier and Type | Method and Description |
---|---|
Object |
JettisonMappedUnmarshaller.getProperty(String s) |
Object |
JettisonMappedMarshaller.getProperty(String s) |
Object |
BadgerUnmarshaller.getProperty(String s) |
Object |
BadgerMarshaller.getProperty(String s) |
void |
JettisonMappedUnmarshaller.setProperty(String s,
Object o) |
void |
BadgerUnmarshaller.setProperty(String s,
Object o) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.