| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
Validator.getProperty(String
Deprecated.
since JAXB2.0
|
abstract Object |
Binder.getProperty(String
Get the particular property in the underlying implementation of
Binder.
|
Object |
Marshaller.getProperty(String
Get the particular property in the underlying implementation of
Marshaller.
|
Object |
Unmarshaller.getProperty(String
Get the particular property in the underlying implementation of
Unmarshaller.
|
void |
Validator.setProperty(String
Deprecated.
since JAXB2.0
|
abstract void |
Binder.setProperty(String
Set the particular property in the underlying implementation of
Binder.
|
void |
Marshaller.setProperty(String
Set the particular property in the underlying implementation of
Marshaller.
|
void |
Unmarshaller.setProperty(String
Set the particular property in the underlying implementation of
Unmarshaller.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
AbstractMarshallerImpl.getProperty(String
Default implementation of the getProperty method handles the four defined properties in Marshaller.
|
Object |
AbstractUnmarshallerImpl.getProperty(String
Default implementation of the getProperty method always throws PropertyException since there are no required properties.
|
void |
AbstractMarshallerImpl.setProperty(String
Default implementation of the setProperty method handles the four defined properties in Marshaller.
|
void |
AbstractUnmarshallerImpl.setProperty(String
Default implementation of the setProperty method always throws PropertyException since there are no required properties.
|