Uses of Interface
org.springframework.oxm.mime.MimeContainer
Packages that use MimeContainer 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.Uses of MimeContainer in org.springframework.oxm.jaxb
Methods in org.springframework.oxm.jaxb with parameters of type MimeContainer Modifier and Type Method Description voidJaxb2Marshaller. marshal(Object graph, Result result, MimeContainer mimeContainer)ObjectJaxb2Marshaller. unmarshal(Source source, MimeContainer mimeContainer)Uses of MimeContainer in org.springframework.oxm.mime
Methods in org.springframework.oxm.mime with parameters of type MimeContainer Modifier and Type Method Description voidMimeMarshaller. marshal(Object graph, Result result, MimeContainer mimeContainer)Marshals the object graph with the given root into the providedResult, writing binary data to aMimeContainer.ObjectMimeUnmarshaller. unmarshal(Source source, MimeContainer mimeContainer)Unmarshals the given providedSourceinto an object graph, reading binary attachments from aMimeContainer.