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.jaxbMethods in org.springframework.oxm.jaxb with parameters of type MimeContainerModifier and TypeMethodDescriptionvoidJaxb2Marshaller.marshal(Object graph, Result result, MimeContainer mimeContainer) Jaxb2Marshaller.unmarshal(Source source, MimeContainer mimeContainer) 
- 
Uses of MimeContainer in org.springframework.oxm.mimeMethods in org.springframework.oxm.mime with parameters of type MimeContainerModifier and TypeMethodDescriptionvoidMimeMarshaller.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 providedSourceinto an object graph, reading binary attachments from aMimeContainer.