Package | Description |
---|---|
org.springframework.oxm |
Root package for Spring's O/X Mapping integration classes.
|
org.springframework.oxm.jaxb |
Package providing integration of JAXB
with Spring's O/X Mapping support.
|
org.springframework.oxm.jibx |
Package providing integration of JiBX
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.support |
Provides generic support classes for using Spring's O/X Mapping integration
within various scenario's.
|
org.springframework.oxm.xstream |
Package providing integration of XStream
with Spring's O/X Mapping support.
|
Modifier and Type | Interface and Description |
---|---|
interface |
GenericUnmarshaller
Subinterface of
Unmarshaller that has support for Java 5 generics. |
Modifier and Type | Class and Description |
---|---|
class |
Jaxb2Marshaller
Implementation of the
GenericMarshaller interface for JAXB 2.2. |
Modifier and Type | Class and Description |
---|---|
class |
JibxMarshaller
Deprecated.
as of Spring Framework 5.1.5, due to the lack of activity on the JiBX project
|
Modifier and Type | Interface and Description |
---|---|
interface |
MimeUnmarshaller
Subinterface of
Unmarshaller that can use MIME attachments
to optimize storage of binary data. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMarshaller
Abstract implementation of the
Marshaller and Unmarshaller interface. |
Modifier and Type | Class and Description |
---|---|
class |
XStreamMarshaller
Implementation of the
Marshaller interface for XStream. |