程序包的使用
org.springframework.oxm.mime
使用org.springframework.oxm.mime的程序包 程序包 说明 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.org.springframework.oxm.jaxb使用的org.springframework.oxm.mime中的类 类 说明 MimeContainer Represents a container for MIME attachments Concrete implementations might adapt a SOAPMessage or an email message.MimeMarshaller Subinterface ofMarshallerthat can use MIME attachments to optimize storage of binary data.MimeUnmarshaller Subinterface ofUnmarshallerthat can use MIME attachments to optimize storage of binary data.org.springframework.oxm.mime使用的org.springframework.oxm.mime中的类 类 说明 MimeContainer Represents a container for MIME attachments Concrete implementations might adapt a SOAPMessage or an email message.