|
Spring Web Services Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MimeContainer | |
---|---|
org.springframework.oxm.jaxb | Package providing integration of JAXB with Springs 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 | |
---|---|
void |
Jaxb2Marshaller.marshal(Object graph,
Result result,
MimeContainer mimeContainer)
|
Object |
Jaxb2Marshaller.unmarshal(Source source,
MimeContainer mimeContainer)
|
Uses of MimeContainer in org.springframework.oxm.mime |
---|
Methods in org.springframework.oxm.mime with parameters of type MimeContainer | |
---|---|
void |
MimeMarshaller.marshal(Object graph,
Result result,
MimeContainer mimeContainer)
Marshals the object graph with the given root into the provided Result , writing binary data to a MimeContainer . |
Object |
MimeUnmarshaller.unmarshal(Source source,
MimeContainer mimeContainer)
Unmarshals the given provided Source into an object graph, reading binary attachments from a MimeContainer . |
|
Spring Web Services Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |