spring-framework / org.springframework.oxm.mime

Package org.springframework.oxm.mime

Types

MimeMarshaller

interface MimeMarshaller : Marshaller

Subinterface of Marshaller that can use MIME attachments to optimize storage of binary data. Attachments can be added as MTOM, XOP, or SwA.

MimeUnmarshaller

interface MimeUnmarshaller : Unmarshaller

Subinterface of org.springframework.oxm.Unmarshaller that can use MIME attachments to optimize storage of binary data. Attachments can be added as MTOM, XOP, or SwA.