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 withing Spring Web MVC, and the MarshallingMessageConverter for use within Spring's JMS support.

Classes

AbstractMarshaller Abstract implementation of the Marshaller and Unmarshaller interface. 
MarshallingSource Source implementation that uses a Marshaller.Can be constructed with a Marshaller and an object to be marshalled. 
SaxResourceUtils Convenient utility methods for dealing with SAX.