Package org.springframework.oxm.support

Provides generic support classes for using Spring's O/X Mapping integration within various scenario's.

See:
          Description

Class Summary
MarshallingMessageConverter Spring JMS MessageConverter that uses a Marshaller and Unmarshaller.
MarshallingSource Source implementation that uses a Marshaller.Can be constructed with a Marshaller and an object to be marshalled.
MarshallingView Spring-MVC View that allows for response context to be rendered as the result of marshalling by a Marshaller.
 

Package org.springframework.oxm.support Description

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.



Copyright © 2010. All Rights Reserved.