Uses of Interface
org.springframework.oxm.Marshaller
Packages that use Marshaller
Package
Description
Root package for Spring's O/X Mapping integration classes.
Package providing integration of JAXB
with Spring's O/X Mapping support.
Contains (un)marshallers optimized to store binary data in MIME attachments.
Provides generic support classes for using Spring's O/X Mapping integration
within various scenario's.
Package providing integration of XStream
with Spring's O/X Mapping support.
-
Uses of Marshaller in org.springframework.oxm
Subinterfaces of Marshaller in org.springframework.oxmModifier and TypeInterfaceDescriptioninterfaceSubinterface ofMarshallerthat has support for generics. -
Uses of Marshaller in org.springframework.oxm.jaxb
Classes in org.springframework.oxm.jaxb that implement MarshallerModifier and TypeClassDescriptionclassImplementation of theGenericMarshallerinterface for JAXB 2.2. -
Uses of Marshaller in org.springframework.oxm.mime
Subinterfaces of Marshaller in org.springframework.oxm.mimeModifier and TypeInterfaceDescriptioninterfaceSubinterface ofMarshallerthat can use MIME attachments to optimize storage of binary data. -
Uses of Marshaller in org.springframework.oxm.support
Classes in org.springframework.oxm.support that implement MarshallerModifier and TypeClassDescriptionclassAbstract implementation of theMarshallerandUnmarshallerinterface.Methods in org.springframework.oxm.support that return MarshallerModifier and TypeMethodDescriptionMarshallingSource.getMarshaller()Return theMarshallerused by thisMarshallingSource.Constructors in org.springframework.oxm.support with parameters of type MarshallerModifierConstructorDescriptionMarshallingSource(Marshaller marshaller, Object content) Create a newMarshallingSourcewith the given marshaller and content. -
Uses of Marshaller in org.springframework.oxm.xstream
Classes in org.springframework.oxm.xstream that implement MarshallerModifier and TypeClassDescriptionclassImplementation of theMarshallerinterface for XStream.