Package org.springframework.oxm.support
@NonNullApi
@NonNullFields
package org.springframework.oxm.support
Provides generic support classes for using Spring's O/X Mapping integration
within various scenario's. Includes the MarshallingSource for compatibility
with TrAX, MarshallingView for use within Spring Web MVC, and the
MarshallingMessageConverter for use within Spring's JMS support.
-
ClassDescriptionAbstract implementation of the
Marshaller
andUnmarshaller
interface.Source
implementation that uses aMarshaller
.Can be constructed with aMarshaller
and an object to be marshalled.Convenient utility methods for dealing with SAX.