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.
- 
ClassesClassDescriptionAbstract implementation of theMarshallerandUnmarshallerinterface.Sourceimplementation that uses aMarshaller.Can be constructed with aMarshallerand an object to be marshalled.Convenient utility methods for dealing with SAX.