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