Package | Description |
---|---|
javax.xml.bind |
Provides a runtime binding framework for client applications including
unmarshalling, marshalling, and validation capabilities.
|
javax.xml.bind.util |
Useful client utility classes.
|
Modifier and Type | Method and Description |
---|---|
UnmarshallerHandler |
Unmarshaller.getUnmarshallerHandler()
Get an unmarshaller handler object that can be used as a component in
an XML pipeline.
|
Modifier and Type | Field and Description |
---|---|
private UnmarshallerHandler |
JAXBResult.unmarshallerHandler
Unmarshaller that will be used to unmarshal
the input documents.
|