| 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 |
|---|---|
AttachmentUnmarshaller |
Unmarshaller.getAttachmentUnmarshaller()
|
| Modifier and Type | Method and Description |
|---|---|
void |
Unmarshaller.setAttachmentUnmarshaller(AttachmentUnmarshaller
Associate a context that resolves cid's, content-id URIs, to binary data passed as attachments.
|
| Modifier and Type | Method and Description |
|---|---|
AttachmentUnmarshaller |
AbstractUnmarshallerImpl.getAttachmentUnmarshaller()
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractUnmarshallerImpl.setAttachmentUnmarshaller(AttachmentUnmarshaller
|