Package org.springframework.oxm
SinceNot specified.
VersionNot specified.
AuthorNot specified.
Wiki javadoc Use textile entry format.
Add your comments here.
Interfaces
Marshaller Defines the contract for Object XML Mapping Marshallers.
Unmarshaller Defines the contract for Object XML Mapping unmarshallers.
Classes
AbstractMarshaller Abstract implementation of the Marshaller and Unmarshaller interface.
Exceptions
GenericMarshallingFailureException Base class for exception thrown when a marshalling or unmarshalling error occurs.
MarshallingFailureException Exception thrown on marshalling failure.
UncategorizedXmlMappingException Superclass for exceptions that cannot be distinguished further.
UnmarshallingFailureException Exception thrown on unmarshalling failure.
ValidationFailureException Exception thrown on marshalling validation failure.
XmlMappingException Root of the hierarchy of Object XML Mapping exceptions.
Root package for Spring's O/X Mapping integration classes. Contains generic Marshaller and Unmarshaller interfaces, and XmlMappingExceptions related to O/X Mapping.