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.
Class Summary Class Description AbstractMarshaller Abstract implementation of theMarshallerandUnmarshallerinterface.MarshallingSource Sourceimplementation that uses aMarshaller.Can be constructed with aMarshallerand an object to be marshalled.SaxResourceUtils Convenient utility methods for dealing with SAX.