Uses of Interface
org.springframework.oxm.mime.MimeContainer
Packages that use 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
Methods in org.springframework.oxm.jaxb with parameters of type MimeContainerModifier and TypeMethodDescriptionvoid
Jaxb2Marshaller.marshal
(Object graph, Result result, MimeContainer mimeContainer) Jaxb2Marshaller.unmarshal
(Source source, MimeContainer mimeContainer) -
Uses of MimeContainer in org.springframework.oxm.mime
Methods in org.springframework.oxm.mime with parameters of type MimeContainerModifier 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
.