| 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.
|
| Class and Description |
|---|
| MimeContainer
Represents a container for MIME attachments
Concrete implementations might adapt a SOAPMessage or an email message.
|
| MimeMarshaller
Subinterface of
Marshaller that can use MIME attachments to optimize
storage of binary data. |
| MimeUnmarshaller
Subinterface of
Unmarshaller that can use MIME attachments
to optimize storage of binary data. |
| Class and Description |
|---|
| MimeContainer
Represents a container for MIME attachments
Concrete implementations might adapt a SOAPMessage or an email message.
|