Uses of Interface
org.springframework.oxm.mime.MimeContainer

Packages that use MimeContainer
org.springframework.oxm.mime Contains (un)marshallers optimized to store binary data in MIME attachments. 
 

Uses of MimeContainer in org.springframework.oxm.mime
 

Methods in org.springframework.oxm.mime with parameters of type MimeContainer
 void MimeMarshaller.marshal(java.lang.Object graph, javax.xml.transform.Result result, MimeContainer mimeContainer)
          Marshals the object graph with the given root into the provided Result, writing binary data to a MimeContainer.
 java.lang.Object MimeUnmarshaller.unmarshal(javax.xml.transform.Source source, MimeContainer mimeContainer)
          Unmarshals the given provided Source into an object graph, reading binary attachments from a MimeContainer.
 



Copyright © 2009. All Rights Reserved.