| Package | Description |
|---|---|
| org.springframework.oxm.jaxb |
Package providing integration of JAXB
with Spring's O/X Mapping support.
|
| org.springframework.oxm.mime |
Contains (un)marshallers optimized to store binary data in MIME attachments.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Jaxb2Marshaller.marshal(Object graph,
Result result,
MimeContainer mimeContainer) |
Object |
Jaxb2Marshaller.unmarshal(Source source,
MimeContainer mimeContainer) |
| Modifier and Type | Method and Description |
|---|---|
void |
MimeMarshaller.marshal(Object graph,
Result result,
MimeContainer mimeContainer)
Marshals the object graph with the given root into the provided
Result,
writing binary data to a MimeContainer. |
Object |
MimeUnmarshaller.unmarshal(Source source,
MimeContainer mimeContainer)
Unmarshals the given provided
Source into an object graph,
reading binary attachments from a MimeContainer. |